Primo commit - base sito funzionante?

This commit is contained in:
Emiliano Vavassori 2020-11-22 19:44:33 +01:00
parent 7abb0ade2e
commit 71f4b86bde
30 changed files with 1742 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} | articles in the "{{ category }}" category{% if articles_page.number != 1 %} | Page {{ articles_page.number }}{% endif %}{% endblock %}
{% block ephemeral_nav %}
{{ ephemeral_nav_link(category, output_file, True) }}
{% endblock %}