ttrpg-compendium/_layouts/cards.html
2024-03-06 18:07:05 -05:00

15 lines
348 B
HTML

<a href="/{{ page.source }}/{{ page.slug }}/">
<div class="card">
<h1>{{ page.title }}</h1>
<hr>
<figure>
<img src="/assets/{{ page.slug }}.png" alt="{{ page.title }} Logo">
<hr>
<figcaption>{{ content }}</figcaption>
<hr>
</figure>
{% if page.system %}
<h3>An Adventure For {{ page.system }}</h3>
{% endif %}
</div>
</a>