1
0
Fork 0

add page template to correct copyright

This commit is contained in:
Harald Hoyer 2020-05-19 21:37:11 +02:00
parent 0461b77c0a
commit bfb2e18cf1

4
templates/page.html Normal file
View file

@ -0,0 +1,4 @@
{% extends "zola-clean-blog/templates/page.html" %}
{% block copyright %}
Copyright © Harald Hoyer 2000-today
{% endblock copyright %}