Closed DyslexicAtheist closed 4 years ago
I got it to work. The correct path has to be (without the themes/
) - also note it's ©
instead of %copy;
:
{% extends "zola-clean-blog/templates/index.html" %}
{% block copyright %}
© FOO 2020. All rights reerved.
{% endblock copyright %}
Hi,
sorry for the beginner question.
I'm trying to customize the theme following the instructions from the README.md, however when extending index.html exactly as outlined I get:
So I thought maybe I have to
cp themes/zola-clean-blog/templates/index.html templates
and just edit "my" version but that results in:thanks for any pointers.