diff --git a/layouts/posts/single.html b/layouts/posts/single.html index b10f134..db98e13 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -67,6 +67,11 @@
+ {{ if .Params.pinned }} + Pinned: This article is pinned. + {{ end }} {{ partial "tags.html" . }} {{ partial "series.html" . }} {{ partial "categories.html" . }}