feat: update index and book/game templates

This commit is contained in:
Devin Haska 2024-11-23 15:00:00 -08:00
parent 75c6cb6d46
commit 751b2f02b3
3 changed files with 13 additions and 7 deletions

View file

@ -37,7 +37,10 @@ Back to books</a>
</ul>
</div>
</header>
<section class="flow">
{% if content %}
<hr class="my-2" />
<section class="flow">
{{ content | safe }}
</section>
</section>
{% endif %}
{{ format(page.date) }}

View file

@ -37,7 +37,10 @@ Back to games</a>
</ul>
</div>
</header>
<section class="flow">
{% if content %}
<hr class="my-2" />
<section class="flow">
{{ content | safe }}
</section>
</section>
{% endif %}
{{ format(page.date) }}

View file

@ -8,7 +8,7 @@ permalink: /
<p>Hello! My name is Devin.</p>
<p>I'm a creative developer who specializes in web and mobile development.</p>
<p>
Welcome to my little slice of the internet. I like to <a href="/posts">write</a> and <a href="/catalogue">catalogue</a> things. There's a lot to explore, and I hope you have fun!
Welcome to my little slice of the internet. I like to <a href="/posts">write</a> and catalogue things. <a href="/games">Games</a>, <a href="/books">books</a>, <a href="/movies">movies</a>, and <a href="/catalogue">and more</a>! There's a lot to explore, and I hope you have fun!
</p>
<p>
If you're interested, I have an <a href="/about">about page</a> all about me!