diff options
Diffstat (limited to '.templates')
| -rw-r--r-- | .templates/listing.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.templates/listing.html b/.templates/listing.html new file mode 100644 index 0000000..a26eb04 --- /dev/null +++ b/.templates/listing.html @@ -0,0 +1,5 @@ +{% extends 'markdoc-default/listing.html' %} + +{% block github_info %} +<a href="https://github.com/ojacobson/grimoiredotca/tree/master/wiki/{{ directory }}">See this directory on GitHub</a> (<a href="https://github.com/ojacobson/grimoiredotca/commits/master/wiki/{{ directory }}">history</a>). +{% endblock %} |
