Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8b465 commit f1ce0fdCopy full SHA for f1ce0fd
_includes/header.html
@@ -11,5 +11,6 @@
11
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
12
<script src="https://cdn.jsdelivr.net/respond/1.4.2/respond.min.js" integrity="sha256-g6iAfvZp+nDQ2TdTR/VVKJf3bGro4ub5fvWSWVRi2NE=" crossorigin="anonymous"></script>
13
<![endif]-->
14
+ {% if page.url != "/404.html" %}<link rel="canonical" href="{{ page.url | prepend: site.baseurl | prepend: site.url }}">{% endif %}
15
</head>
16
<body>
0 commit comments