diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e4c5145..0fa4cc4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -18,15 +18,11 @@
` | safeHTML }}
-
-
-
-
-
+ {{- partial "favicon.html" . -}}
{{ with .OutputFormats.Get "RSS" }}
{{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}
{{ end }}
- {{ template "opengraph.html" . }}
+ {{- partial "opengraph.html" . -}}
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/google_analytics.html" . }}
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html
new file mode 100644
index 0000000..01ad2f9
--- /dev/null
+++ b/layouts/partials/favicon.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/layouts/opengraph.html b/layouts/partials/opengraph.html
similarity index 100%
rename from layouts/opengraph.html
rename to layouts/partials/opengraph.html
diff --git a/static/hugo-theme-console/css/console.css b/static/hugo-theme-console/css/console.css
index b2449ec..b749d7a 100644
--- a/static/hugo-theme-console/css/console.css
+++ b/static/hugo-theme-console/css/console.css
@@ -237,7 +237,8 @@ figure {
margin-right: 30px;
}
.post-list-date {
- display: none;
+ width: 0;
+ overflow: hidden;
}
.footer {