Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1ce0fd

Browse files
committed
Add canonical tag
1 parent cb8b465 commit f1ce0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
1212
<script src="https://cdn.jsdelivr.net/respond/1.4.2/respond.min.js" integrity="sha256-g6iAfvZp+nDQ2TdTR/VVKJf3bGro4ub5fvWSWVRi2NE=" crossorigin="anonymous"></script>
1313
<![endif]-->
14+
{% if page.url != "/404.html" %}<link rel="canonical" href="{{ page.url | prepend: site.baseurl | prepend: site.url }}">{% endif %}
1415
</head>
1516
<body>

0 commit comments

Comments
 (0)