Skip to content

Commit be1427b

Browse files
committed
fix template
1 parent 22d672e commit be1427b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_templates/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<!-- continuation of examples/page_footer.md -->
1111
{% if pagename in ablog %}
12+
{% set post = ablog[pagename] %}
1213
<ul>
1314
<li>
1415
{% for coll in post.author %}

0 commit comments

Comments
 (0)