diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html index 6a6b280..1ad56a9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -11,5 +11,8 @@ <section class="post-body"> {{ post.content | safe }} </section> + <footer> + {% include "license.html" %} + </footer> </article> {% endblock content %} |