diff options
Diffstat (limited to '.templates/base.html')
| -rw-r--r-- | .templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.templates/base.html b/.templates/base.html index a6ecffd..a3e3f7a 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -11,7 +11,9 @@ {{ config['wiki-name']|e }} — {% endif %} Powered by <a href="http://markdoc.org/">Markdoc</a>. + {% block github_info %} <a href="https://github.com/ojacobson/grimoiredotca">See it on GitHub</a>. + {% endblock %} </p> </div> {% endblock %}
\ No newline at end of file |
