From a62a3e7755579d93ce3a87243dd277575930fffe Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 21:49:16 -0500 Subject: init --- themes/even/layouts/post/single.html | 72 +++++++++++++++++++++++++++++++++++ themes/even/layouts/post/summary.html | 28 ++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 themes/even/layouts/post/single.html create mode 100644 themes/even/layouts/post/summary.html (limited to 'themes/even/layouts/post') diff --git a/themes/even/layouts/post/single.html b/themes/even/layouts/post/single.html new file mode 100644 index 0000000..61fbf8c --- /dev/null +++ b/themes/even/layouts/post/single.html @@ -0,0 +1,72 @@ +{{ define "content" -}} +
+ +
+

{{ .Title }}

+ + +
+ + + {{ partial "post/toc.html" . }} + + + {{ partial "post/outdated-info-warning.html" . }} + + +
+ {{ .Content }} +
+ + + {{ partial "post/copyright.html" . }} + + + {{ partial "post/reward.html" . }} + + +
+{{- end }} diff --git a/themes/even/layouts/post/summary.html b/themes/even/layouts/post/summary.html new file mode 100644 index 0000000..6069ca1 --- /dev/null +++ b/themes/even/layouts/post/summary.html @@ -0,0 +1,28 @@ +
+
+

{{ .Title }}

+ +
+ +
+
+ {{ .Summary }} +
+ +
+
-- cgit v1.2.3