From 4db982bb015eddb624e4c7f5776596b166dbaae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Wed, 28 Feb 2018 22:38:59 -0300 Subject: Initial files --- layouts/_default/baseof.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..94d09a6 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,44 @@ + + + + + + + + {{ with .Site.Params.author }}{{ end }} + {{ with .Site.Params.description }}{{ end }} + {{ with .Site.Params.keywords }}{{ end }} + + + {{ block "title" . }}{{ .Site.Title }}{{ end }} + + + + + + + + + + + {{ if .RSSLink }} + + + {{ end }} + + {{ .Hugo.Generator }} + + + +
+ {{ partial "header.html" . }} + +
+ {{ block "content" . }}{{ end }} +
+ + {{ partial "footer.html" . }} +
+ + + -- cgit v1.2.3