diff options
author | Keith Mo <keith.mork@gmail.com> | 2018-06-01 00:06:14 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-06-01 00:06:14 +0800 |
commit | 9033266c2f02e570658a9505c26b7a438030f664 (patch) | |
tree | 3b5dabd3e1d911e2b1541294ab67b89a09166f7b /layouts/post/single.html | |
parent | e1781a29e6ab9e484899b3dad07db2ace261ff93 (diff) |
feat(post): add out-of-date content warning (#68)
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r-- | layouts/post/single.html | 3 |
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 }} |