From 77ffc8dfeabd45cb3fac500902fcbcb7176edcc7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 26 Mar 2023 16:55:25 +0900 Subject: project: Initial commit --- templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..7e3b531 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,14 @@ + + + + {% include "parts/head.html" %} + {{ section.title }} | {{ config.title }} + + +
+

{{ config.title }}

+ {% set isHome = true %} + {% include "parts/nav.html" %} +
+ + -- cgit 1.4.1