We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59d27a commit cb70c94Copy full SHA for cb70c94
.gitignore
@@ -1,2 +1,3 @@
1
_site/
2
.sass-cache/
3
+.DS_Store
_includes/_head.html
@@ -51,6 +51,7 @@
51
{% if site.google_author %}<link rel="author" href="{{ site.google_author }}">{% endif %}
52
{% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}">{% endif %}
53
{% if page.noindex == true or layout.noindex == true %}<meta name="robots" content="noindex">{% endif %}
54
+ <link rel="canonical" href="{{ url }}{{ page.url }}">
55
56
57
<!-- Facebook Open Graph -->
0 commit comments