diff --git a/templates/page.html b/templates/page.html index c219947..9a8fe02 100644 --- a/templates/page.html +++ b/templates/page.html @@ -26,13 +26,13 @@ Updates: {#{{ page.extra.updates | map(u => '#{u}') | join(', ') }} }}#}
{% endif %} -{% if page.extra.updated-by %} +{% if page.extra.updated %} Updated by: {#{{ page.extra.updated-by | map(u => '#{u}') | join(', ') }} }}#}
{% endif %} -{{ rfctoc::new(headings=toc) }} +{{ rfctoc::new(headings=page.toc) }} {{ page.content | safe }}