From c58fdd4b963b43646bf95a8214039955ed6b4b6c Mon Sep 17 00:00:00 2001 From: Romeo Disca Date: Sun, 14 Apr 2019 11:51:55 +0200 Subject: create partials of index.html --- .../rusticus/layouts/partials/header/header.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 themes/rusticus/layouts/partials/header/header.html (limited to 'themes/rusticus/layouts/partials/header/header.html') diff --git a/themes/rusticus/layouts/partials/header/header.html b/themes/rusticus/layouts/partials/header/header.html new file mode 100644 index 0000000..3130e01 --- /dev/null +++ b/themes/rusticus/layouts/partials/header/header.html @@ -0,0 +1,43 @@ + + + + + + {{ .Title | lower }} : {{ .Site.Title }} + + + + + + + + + + + + + + + + + + {{ partial "head/icons.html" . }} + + + + +
+ +
+ +{{ .Content }} + +
+ + \ No newline at end of file -- cgit v1.2.3