initial import of deadsands website

This commit is contained in:
Greg Boyington
2022-07-26 17:22:04 -07:00
parent 50cd1981a4
commit e9570a7c02
58 changed files with 2558 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends "index.html" %}
{% block title %} Articles in {{ category }} category - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block archclass %} class="active"{%endblock%}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}