From 9f5454bda6299db43a4e9de5b3716471388b81d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:05:48 +0200 Subject: Move blog to Hugo --- themes/simple/layouts/partials/footer.html | 14 +++ themes/simple/layouts/partials/head.html | 175 +++++++++++++++++++++++++++++ themes/simple/layouts/partials/header.html | 18 +++ 3 files changed, 207 insertions(+) create mode 100644 themes/simple/layouts/partials/footer.html create mode 100644 themes/simple/layouts/partials/head.html create mode 100644 themes/simple/layouts/partials/header.html (limited to 'themes/simple/layouts/partials') diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html new file mode 100644 index 0000000..6e7ec9c --- /dev/null +++ b/themes/simple/layouts/partials/footer.html @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html new file mode 100644 index 0000000..716b1f0 --- /dev/null +++ b/themes/simple/layouts/partials/head.html @@ -0,0 +1,175 @@ + + + + + + + + + + +{{.Title}} + + + diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html new file mode 100644 index 0000000..e234615 --- /dev/null +++ b/themes/simple/layouts/partials/header.html @@ -0,0 +1,18 @@ +
+
+

+ +

+ + +
+
-- cgit v1.2.3