diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-22 13:15:22 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-22 13:15:22 +0200 |
commit | 5d6873e9920ceb88f574a8be53a5cc996a27b753 (patch) | |
tree | 5c40604fa0592051220a1d37301753f9b1a19c67 /layouts/posts/list.html | |
parent | 74422e68968594f7f910aab25ebbf54dcf0181b2 (diff) |
#73, Enable TOC and git footer for posts
Diffstat (limited to 'layouts/posts/list.html')
-rw-r--r-- | layouts/posts/list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 13e1ea1..ad941bd 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -19,3 +19,7 @@ {{ end }} {{ template "_internal/pagination.html" . }} {{ end }} + +{{ define "toc" }} + +{{ end }} |