ttrpg-compendium/_layouts/campaigns.html

9 lines
215 B
HTML
Raw Normal View History

2024-08-07 15:48:37 +00:00
<a href="{{ site.baseurl }}/{{ 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>