From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- layouts/_default/single.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/_default/single.html (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..a82fe0d --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,11 @@ +{{ define "main" }} + +

{{ .Title }}

+ +{{ .PublishDate.Format "2006-01-02" }} - {{ .Description }} + +{{ partial "toc.html" . }} + +{{ .Content }} + +{{ end }} -- cgit v1.2.3