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

8 lines
197 B
HTML

<a href="/{{ page.source }}/{{ page.slug }}/">
<div class="card" id="adventure">
<h1>{{ page.title }}</h1>
<h3>An Adventure For {{ page.system }}</h3>
<hr>
<p>{{ content }}</p>
</div>
</a>