ttrpg-compendium/_layouts/adventures.html

9 lines
215 B
HTML
Raw Normal View History

<a href="{{ site.baseurl }}/{{ page.source }}/{{ page.slug }}/">
2024-03-06 23:07:05 +00:00
<div class="card" id="adventure">
<h1>{{ page.title }}</h1>
<h3>An Adventure For {{ page.system }}</h3>
<hr>
<p>{{ content }}</p>
</div>
</a>