summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
commit4f4bd92820a72f1c28c414f13cd6667886c056ac (patch)
treea6a889a01569ca47e058b563a6bb5024d3eff6ec /templates/page.html
parent8841129b65ec8baa528da57272023638f903a65e (diff)
downloadrabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.gz
rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.bz2
rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.zip
Improve license section.
- Use local image for license icon. - Clarify that the text and images/other elements are licensed separately. - Add license blurb to all pages. - Translate license blurb.
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html3
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 %}