<h2 class="justify-self-center mx-auto text-center text-xl mb-10">
{{ with .Site.GetPage "/home" }}
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
{{ end }}|
{{ with .Site.GetPage "/about" }}
{{ with .Site.GetPage "/characters" }}
{{ with .Site.GetPage "/writing" }}
{{ with .Site.GetPage "/artwork" }}
{{ with .Site.GetPage "/links" }}
{{ end }}
</h2>