diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3b77bea..7cacb9f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,9 +1,9 @@
- {{ block "header" . }}{{ end }}
+ {{ block "header" . -}}{{- end }}
-
+
{{ partial "sidebar.html" . }}
{{ block "content" . }}{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 793d38b..c5f07b3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,8 +4,7 @@
{{ define "content" -}}
- {{ range .Data.Pages -}}
- {{ if ne .Section "about" }}
+ {{ range where .Data.Pages "Type" "posts" }}
{{ .Date.Format "Mon, Jan 2, 2006" }}
@@ -16,7 +15,6 @@
{{ end }}
- {{ end }}
{{- end }}
{{- end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 48a6804..dedf751 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,42 +1,44 @@
{{ partial "sidebar_social.html" . }}
- {{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}.
- Some Rights Reserved. {{end}}
+
{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}.
+ Some Rights Reserved. {{end}}
- Powered by Hugo & hyde-hyde.
+
diff --git a/static/css/custom.css b/static/css/custom.css
index 0d7aea8..52a60ea 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -49,6 +49,7 @@ code
font-family: monospace;
}
+.copyright,
.poweredby
{
font-size: 13px !important;