1
0
Fork 0

add templates

This commit is contained in:
Harald Hoyer 2020-05-19 19:33:14 +02:00
parent 68816302a3
commit d84a469e27
2 changed files with 34 additions and 0 deletions

4
templates/index.html Normal file
View file

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