site relaunch

This commit is contained in:
evilchili
2023-06-11 21:35:15 -07:00
parent a6c101b01b
commit b70e416a3f
38 changed files with 834 additions and 70 deletions
@@ -5,12 +5,6 @@
<div class='box curled'>
<hr>
{{ page.content }}
<hr>
{% if page.show_recent %}
<h3>Recent Posts</h3>
{% with count=10, key='category', values=['lore', 'mechanics', 'regions'] %}{% include "recent.html" %}{% endwith %}
<hr>
{% endif %}
</div>
</section>
{% endblock %}