Bit of styling fixes
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Jump
|
||||||
---
|
---
|
||||||
|
|
||||||
Some folks, they're just built to jump.
|
Some folks, they're just built to jump.
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main id="main" class="title">
|
<main id="main" class="title">
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<head>
|
<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" />
|
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user