diff --git a/layouts/blog/content.html b/layouts/blog/content.html new file mode 100644 index 000000000000..5558e8e15575 --- /dev/null +++ b/layouts/blog/content.html @@ -0,0 +1,35 @@ +{{/* Docsy override (temporary) */ -}} + +
+

{{ .Title }}

+ {{ with .Params.description }}
{{ . | markdownify }}
{{ end }} +
+ {{ with .Params.author }}{{ T "post_byline_by" }} {{ . | markdownify }} |{{ end}} + +
+
+ {{ partial "taxonomy_terms_article_wrapper.html" . -}} + {{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) -}} + {{ partial "reading-time.html" . -}} + {{ end -}} +
+ {{ if .Date.Before (now.AddDate -1 0 0) -}} +
+

+ + Blog posts are not updated after publication. This post is more + than a year old, so its content may be outdated, and some links may be + invalid. Cross-verify any information before relying on it. +

+
+ {{ end -}} + {{ .Content }} + {{ if (.Site.Config.Services.Disqus.Shortname) -}} +
+ {{- partial "disqus-comment.html" . -}} +
+ {{ end -}} + + {{ partial "pager.html" . }} + {{ partial "page-meta-lastmod.html" . -}} +