diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-02-26 13:30:01 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2022-02-26 13:30:01 -0500 |
| commit | dc374510bf5a636fd404d896b12386d41bb7b409 (patch) | |
| tree | 13d665072debe43aa1d5a18e561f3bd7844d1553 /.templates/document.html | |
| parent | 6df689e1d2ef15b227ee488ea5eff6ecf26855b3 (diff) | |
Reference 'main', not 'master', as the publication branch.
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 |
