diff --git a/templates/base.html b/templates/base.html index baa0d92..b669e31 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,24 +3,24 @@ - {% block title %}Zola with Tailwind CSS{% endblock %} + {% block title %}TF Zola Template{% endblock %} {% block head %}{% endblock %} - +
{% include "partials/navigation.html" %}
-
+
{% block content %}{% endblock %}