added meta descriptions, fixed landing page recent list

This commit is contained in:
evilchili
2022-08-07 13:12:38 -07:00
parent 2873278789
commit d98e9a5e97
6 changed files with 14 additions and 11 deletions
@@ -6,14 +6,11 @@
<hr>
{{ page.content }}
<hr>
</div>
<div class='column box curled'>
<h3>Recent Sessions</h3>
{% with count=10, key='category', values=['sessions', 'test'] %}{% include "recent.html" %}{% endwith %}
</div>
<div class='column box curled'>
<h3>Recent Lore</h3>
{% with count=10, key='category', values=['lore', 'dm'] %}{% include "recent.html" %}{% endwith %}
{% 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 %}