bluespec-docs/themes/archie-zola/templates/posts.html
Artturin ae394178c3 Add archie-zola
`inputs.self` in flake does not include submodules
2025-02-13 17:07:08 +02:00

6 lines
195 B
HTML

{% extends "index.html" %}
{% block main_content %}
{% set section = get_section(path="posts/_index.md") %}
{{ post_macros::list_title(pages=section.pages) }}
{% endblock main_content %}