Bit of styling fixes

This commit is contained in:
Madison Scott-Clary
2021-09-01 23:03:29 -07:00
parent c3cf9be76c
commit 8e55a0be5e
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{{ define "main" }}
<main id="main" class="title">
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}

View File

@ -1,4 +1,4 @@
<head>
<title>{{ .Title }}</title>
<title>{{ if .Title }}{{ .Title }} | {{ end }}A Wildness of the Heart by Madison Scott-Clary</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" />
</head>