diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 14:39:28 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 14:39:28 -0500 |
| commit | 35c66248fdb61c13e54fd50b06b93823fdf8f4fe (patch) | |
| tree | b131d33f64f49260f766abb8b85bf9e1c9f7f04f /.templates | |
| parent | 750b4ee0732d89d2e1595436feab1b4d3b765673 (diff) | |
Pointers to GitHub history.
Diffstat (limited to '.templates')
| -rw-r--r-- | .templates/base.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.templates/base.html b/.templates/base.html index 39c5ae9..a6ecffd 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -1,5 +1,17 @@ {% extends 'markdoc-default/base.html' %} {% block css %} {{ super() }} -{{ html.cssimport(make_relative("/media/css/comments.css")) }} +{{ html.cssimport(make_relative("/media/css/custom.css")) }} {% endblock %} + +{% block body_footer %} +<div id="footer"> + <p> + {% if 'wiki-name' in config %} + {{ config['wiki-name']|e }} — + {% endif %} + Powered by <a href="http://markdoc.org/">Markdoc</a>. + <a href="https://github.com/ojacobson/grimoiredotca">See it on GitHub</a>. + </p> +</div> +{% endblock %}
\ No newline at end of file |
