Split some adventures into campaigns
All checks were successful
/ jekyll (push) Successful in 17s

This commit is contained in:
Bill Niblock 2024-08-07 11:48:37 -04:00
parent 3db003d607
commit f36e049925
12 changed files with 20 additions and 8 deletions

8
_layouts/campaigns.html Normal file
View file

@ -0,0 +1,8 @@
<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>