不要怂,就是干,撸起袖子干!

Commit 0b603e6a by Sascha Depold

Merge pull request #3202 from sequelize/feature/canonical-tag

Add canonical tag to theme template
2 parents 2eadf0c7 bbcea1a4
Showing with 1 additions and 0 deletions
......@@ -7,6 +7,7 @@
{% block htmltitle %}
<title>{{ page_title }}</title>
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
{% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
{% endblock %}
{# CSS #}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!