d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit a56478c8789326795c04bc2d32c7b411e913fda7
parent b8f414e7e37400bba01eb72a9929fd5abbda7c8d
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 26 Aug 2020 17:05:13 -0700

:sparkles: Add index.html Tera template

Diffstat:
Atemplates/index.html | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} + {{ section.content | safe }} +{% endblock content %} +