diff options
Diffstat (limited to 'blog/plt/page.html')
-rw-r--r-- | blog/plt/page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/plt/page.html b/blog/plt/page.html index dbb2734..1b0afd9 100644 --- a/blog/plt/page.html +++ b/blog/plt/page.html @@ -16,6 +16,9 @@ {{page.content}} + {%import "page_nav.html" as page_nav%} + {{page_nav.print(page, config)}} + <hr> <div class="article-info"> <p>By {{page.author}}</p> |