diff options
Diffstat (limited to 'layouts/post')
-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 }} |