Misc. updates & reorganization

This commit is contained in:
David Eisinger
2023-10-24 20:49:29 -04:00
parent 1ed0f8128e
commit bb65a3d80f
14 changed files with 93 additions and 26 deletions

View File

@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<head>
{{- partial "head.html" . -}}
{{- block "head" . }}{{- end }}
</head>
<body>
{{- partial "header.html" . -}}
<div id="content">

View File

@@ -2,7 +2,10 @@
<section>
<hr>
<h3>#{{ .Title }}</h3>
<h2>
<a href="/tags">Tags</a> <span>&gt;</span>
#{{ .Title }}
</h2>
<ul>
{{ range .RegularPages }}

View File

@@ -2,7 +2,7 @@
<section>
<hr>
<h3>{{ .Title }}</h3>
<h2>{{ .Title }}</h2>
<ul>
{{ range .Data.Terms.Alphabetical }}