fix some pages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "Lilac's Blog"
|
||||
description: "I love pretending I know what's going on!"
|
||||
layout: "list"
|
||||
---
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user