init
This commit is contained in:
commit
c828a45aa8
30 changed files with 1204 additions and 0 deletions
6
blue-penguin-dark/templates/category.html
Normal file
6
blue-penguin-dark/templates/category.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue