diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-02 01:33:25 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-02 01:33:25 -0600 |
commit | ec2aa74d36670d74c153aa0022ab22e79502a061 (patch) | |
tree | b6e6eda5f8ae90f23e371d8e8a097e4c7efaab96 /plt/art/index.html | |
parent | 81d0d609e47d5cdfab3d5db2eff6ec91b5d2773b (diff) |
update to new version of pyssg
Diffstat (limited to 'plt/art/index.html')
-rw-r--r-- | plt/art/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plt/art/index.html b/plt/art/index.html index 87c083d..45c1907 100644 --- a/plt/art/index.html +++ b/plt/art/index.html @@ -45,7 +45,7 @@ {{tag_list.print(all_tags, "art-tags")}} {%import "art/page_list.html" as page_list%} - {{page_list.print(all_pages)}} + {{page_list.print(all_pages, config)}} {%endblock body_content%} {%block body_footer%} |