Add an index page

This commit is contained in:
Bill Niblock 2024-03-06 18:07:05 -05:00
parent 32ef5808fa
commit aa9789b36d
5 changed files with 205 additions and 5 deletions

8
_layouts/adventures.html Normal file
View file

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