From da66ac1983b586765652f54bf556f268f1e32ff4 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 26 Apr 2014 16:25:13 -0600 Subject: Adding the hyde theme --- layouts/chrome/head.html | 23 +++++++++++++++++++++++ layouts/chrome/sidebar.html | 19 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 layouts/chrome/head.html create mode 100644 layouts/chrome/sidebar.html (limited to 'layouts/chrome') diff --git a/layouts/chrome/head.html b/layouts/chrome/head.html new file mode 100644 index 0000000..582750c --- /dev/null +++ b/layouts/chrome/head.html @@ -0,0 +1,23 @@ + + + + + + + + + + {{ .Title }} · {{ .Site.Title }} + + + + + + + + + + + + + diff --git a/layouts/chrome/sidebar.html b/layouts/chrome/sidebar.html new file mode 100644 index 0000000..93dffdd --- /dev/null +++ b/layouts/chrome/sidebar.html @@ -0,0 +1,19 @@ +
+
+

{{ .Site.Title }}

+

+ {{ with .Site.Params.Description }} {{.}} {{ else }}An elegant open source and mobile first theme for hugo made by @mdo. Originally made for Jekyll.{{end}} +

+ +
+ + +

{{ with .Site.Params.Copyright }}{{.}}{{ else }}© {{.Now.Format "2006"}}. All rights reserved. {{end}}

+
+
+
-- cgit 1.4.1