This commit is contained in:
2*yo 2014-04-23 23:32:22 +00:00
commit 60e92c7962

View file

@ -1,4 +1,15 @@
{% extends "basic/layout.html" %}
{%- block linktags -%}
{{ super() }}
<link rel="canonical" href="http://docs.getpelican.com/en/latest/
{%- for word in pagename.split('/') -%}
{%- if word != 'index' -%}
{%- if word != '' -%}
{{ word }}.html
{%- endif -%}
{%- endif -%}
{%- endfor -%}">
{%- endblock -%}
{% block header %}
{{ super() }}
{% if pagename == 'index' %}