summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/page_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/page_index.html')
-rw-r--r--src/pyssg/plt/page_index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyssg/plt/page_index.html b/src/pyssg/plt/page_index.html
index 70639b2..677005c 100644
--- a/src/pyssg/plt/page_index.html
+++ b/src/pyssg/plt/page_index.html
@@ -5,10 +5,10 @@
{%block body_content%}
<h1>Index -- {{config['title']}}</h1>
- {{page.content}}
+ <p>Some text here</p>
{%import "tag_list.html" as tag_list%}
- {{tag_list.print(all_tags)}}
+ {{tag_list.print(all_tags, config['tags_prefix'])}}
{%import "page_list.html" as page_list%}
{{page_list.print("Articles", all_pages)}}