diff options
Diffstat (limited to '.templates/document.html')
| -rw-r--r-- | .templates/document.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.templates/document.html b/.templates/document.html index 498e86b..602b9ec 100644 --- a/.templates/document.html +++ b/.templates/document.html @@ -1,11 +1,12 @@ {% extends 'base.html' %} {% block content %} - <div id="article"> - {{ content }} - </div> +<div id="article"> + {{ content }} +</div> {% endblock %} {% block scm_info %} -<a href="https://github.com/grimoire-ca/bliki/blob/master/wiki/{{ path }}.md">See this page on Github</a> (<a href="https://github.com/grimoire-ca/bliki/commits/master/wiki/{{ path }}.md">history</a>). -{% endblock %} +<a href="https://github.com/grimoire-ca/bliki/blob/main/wiki/{{ path }}.md">See this page on Github</a> (<a + href="https://github.com/grimoire-ca/bliki/commits/main/wiki/{{ path }}.md">history</a>). +{% endblock %}
\ No newline at end of file |
