diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 336a5a5..fc823e3 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,12 +2,12 @@
diff --git a/layouts/index.html b/layouts/index.html index 715ee61..1d5378a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,7 +7,7 @@

{{ .Title }}

- {{ .Date.Format "Jan 2, 2006" }}{{ if not .Site.Params.hideReadingTime }} · {{ .ReadingTime }} minute read{{ end }}{{ if .Site.DisqusShortname }} · Comments{{ end }} + {{ if not .Date.IsZero }}{{ .Date.Format "Jan 2, 2006" }}{{ end }}{{ if not .Site.Params.hideReadingTime }} · {{ .ReadingTime }} minute read{{ end }}{{ if .Site.DisqusShortname }} · Comments{{ end }} {{ if isset .Params "categories" }}
{{ range .Params.categories }}{{ . }}{{ end }} diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 5f0c5c7..0d93b5c 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -1,3 +1,9 @@ +
+

+ Copyright © {{ .Now.Format "2006" }} License
+ Wesbite powered by Hugo +

+
{{ if isset .Site.Params "highlight" }} {{ end }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 775f51a..72aace8 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -44,8 +44,5 @@

{{ .Site.Author.name }}

})('flattr');

{{ end }} - -

Copyright © {{ .Now.Format "2006" }} License
- Powered by Hugo and Hyde-X

diff --git a/layouts/post/single.html b/layouts/post/single.html index ee653df..0c4e974 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -2,7 +2,7 @@

{{ .Title }}

-