mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 08:50:04 -04:00
alas, hugo. we hardly knew ye. Reviewed-on: https://git.tacowolf.net/TacoWolf/mestizo.monster/pulls/1 Co-authored-by: taco <signing@tacowolf.net> Co-committed-by: taco <signing@tacowolf.net>
11 lines
202 B
Text
11 lines
202 B
Text
---
|
|
layout: base.njk
|
|
---
|
|
|
|
{% if title != "home" %}
|
|
<section>
|
|
<nav><a href="/">home</a> > <a href="{{ page.url }}">{{ title }}</a></nav>
|
|
</section>
|
|
{% endif %}
|
|
|
|
<main>{{ content | safe }}</main>
|