aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
authorKeith Mo <keith.mork@gmail.com>2018-06-01 00:06:14 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-06-01 00:06:14 +0800
commit9033266c2f02e570658a9505c26b7a438030f664 (patch)
tree3b5dabd3e1d911e2b1541294ab67b89a09166f7b /layouts/post/single.html
parente1781a29e6ab9e484899b3dad07db2ace261ff93 (diff)
feat(post): add out-of-date content warning (#68)
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index e157a81..50e4656 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -27,6 +27,9 @@
<!-- TOC -->
{{ partial "post/toc.html" . }}
+ <!-- Outdated Info Warning -->
+ {{ partial "post/outdated-info-warning.html" . }}
+
<!-- Content -->
<div class="post-content">
{{ .Content }}