ttrpg-compendium/_layouts/adventures.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

8 lines
215 B
HTML

<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>