From 406c5961cbce9b9defde833e3c68c73a0a05536e Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 14 Oct 2016 23:41:10 +0300 Subject: Initial commit --- layouts/partials/header.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/partials/header.html (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..63e6e84 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,23 @@ + + + + + + + {{ .Title }} + {{ with .Site.Params.description }}{{ end }} + {{ with .Site.Params.author }}{{ end }} + {{ if .RSSlink -}}{{- end }} + {{ .Hugo.Generator }} + + +
+ {{ .Site.Title }} + +
\ No newline at end of file -- cgit v1.2.3