ttrpg-compendium/_layouts/cards.html
Bill Niblock 3c4529c74f
Some checks failed
/ jekyll (push) Failing after 15s
Fix linking for deployment to Codeberg Pages
2024-06-14 14:52:31 -04:00

15 lines
384 B
HTML

<a href="{{ site.baseurl }}/{{ page.source }}/{{ page.slug }}/">
<div class="card">
<h1>{{ page.title }}</h1>
<hr>
<figure>
<img src="{{ site.baseurl }}/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>