diff --git a/content/blog/thors-hammer/index.rst b/content/blog/thors-hammer/index.rst index d81287a..650716e 100644 --- a/content/blog/thors-hammer/index.rst +++ b/content/blog/thors-hammer/index.rst @@ -1,6 +1,10 @@ --- title: "Thor's Hammer" date: 2018-05-03T11:59:37+02:00 +summary: > + In case you were having an inferiority complex because your friends' IBM Model M keyboards are so much louder than + the shitty rubber dome freebie you got with your pc... Here's the solution: Thor's Hammer, a simple typing cadence + enhancer for PS/2 keyboards. --- In case you were having an inferiority complex because your friends' IBM Model M keyboards are so much louder than the diff --git a/themes/conspiracy/layouts/_partials/head.html b/themes/conspiracy/layouts/_partials/head.html index 1196d00..c82f260 100644 --- a/themes/conspiracy/layouts/_partials/head.html +++ b/themes/conspiracy/layouts/_partials/head.html @@ -5,6 +5,12 @@ + {{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }} + + + + + diff --git a/themes/conspiracy/layouts/baseof.html b/themes/conspiracy/layouts/baseof.html index 9557f19..d8ebc93 100644 --- a/themes/conspiracy/layouts/baseof.html +++ b/themes/conspiracy/layouts/baseof.html @@ -5,15 +5,8 @@ {{- partial "header.html" . -}} {{- block "main" . }}{{- end }} {{- partial "footer.html" . -}} - +