all repos — zola-bearblog @ c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0

Port of bear blog theme to zola

Reformat templates

Alan Pearce
commit

c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0

parent

4df500c33f3d3ba7b9387a2bc0447850a04d15c8

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M templates/index.htmltemplates/index.html
@@ -1,7 +1,7 @@
{% extends "base.html" %} {% block main %} -<content> - {{ section.content | safe }} -</content> + <content> + {{ section.content | safe }} + </content> {% endblock %}