feat: update index and book/game templates
This commit is contained in:
parent
75c6cb6d46
commit
751b2f02b3
3 changed files with 13 additions and 7 deletions
|
@ -37,7 +37,10 @@ Back to books</a>
|
|||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<section class="flow">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
{% if content %}
|
||||
<hr class="my-2" />
|
||||
<section class="flow">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
{% endif %}
|
||||
{{ format(page.date) }}
|
||||
|
|
|
@ -37,7 +37,10 @@ Back to games</a>
|
|||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<section class="flow">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
{% if content %}
|
||||
<hr class="my-2" />
|
||||
<section class="flow">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
{% endif %}
|
||||
{{ format(page.date) }}
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue