diff --git a/layouts/posts/single.html b/layouts/posts/single.html deleted file mode 100644 index a682e08..0000000 --- a/layouts/posts/single.html +++ /dev/null @@ -1,70 +0,0 @@ -{{ define "title" }} - {{ .Title }} ยท {{ .Site.Title }} -{{ end }} -{{ define "content" }} -
-
-
-
-

{{ .Title }}

-
- -
- -
- {{ .Content }} - - - - - -

- If you have feedback, drop me a mail at christoph@cullmann.io. - Corrections or additions can be handed in as a pull request or patch for this repository, too. - This web site honors your privacy, no social like or share buttons, feel free to share this content on your own. -

-
- - -
- - {{ partial "posts/math" . }} -
-{{ end }}