From d9f1d86286a2a376f554d43a69c9ee849f1b83ab Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 18 Oct 2019 05:28:45 -0400 Subject: Added base blog content. --- layouts/blog/content.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layouts/blog/content.html (limited to 'layouts/blog/content.html') diff --git a/layouts/blog/content.html b/layouts/blog/content.html new file mode 100644 index 000000000..f3f89cb28 --- /dev/null +++ b/layouts/blog/content.html @@ -0,0 +1,14 @@ +
+

{{ .Title }}

+ {{ with .Params.description }}
{{ . | markdownify }}
{{ end }} + + {{ .Content }} + {{ if (.Site.DisqusShortname) }} +
+ {{ partial "disqus-comment.html" . }} +
+ {{ end }} +
-- cgit v1.2.3