fix some pages

This commit is contained in:
2026-07-11 16:20:39 -04:00
parent 790b8b76ae
commit c9319a3688
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
---
title: "Lilac's Blog"
description: "I love pretending I know what's going on!"
layout: "list"
---
+3 -3
View File
@@ -20,9 +20,9 @@
<nav>
<div><a href='https://grasswren.net'>grasswren.net</a></div>
<ul>
<li><a {{ if .IsHome }}class='active'{{ end }} href='https://grasswren.net'>Home</a></li>
<li><a {{ if eq .Type "blog" }}class='active'{{ end }} href='https://blog.grasswren.net'>Blog</a></li>
<li><a {{ if eq .Type "birds" }}class='active'{{ end }} href='https://birds.grasswren.net'>Birds</a></li>
<li><a {{ if eq .Lang "home" }}class='active'{{ end }} href='https://grasswren.net'>Home</a></li>
<li><a {{ if eq .Lang "blog" }}class='active'{{ end }} href='https://blog.grasswren.net'>Blog</a></li>
<li><a {{ if eq .Lang "birds" }}class='active'{{ end }} href='https://birds.grasswren.net'>Birds</a></li>
</ul>
</nav>
<header>