Remove redundant baseof.html, tweak h3 style

This commit is contained in:
Dorian Wood 2021-07-07 13:16:30 -04:00
parent 3c867287cd
commit da59ed460f
2 changed files with 4 additions and 26 deletions

View File

@ -1,22 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dorian Wood">
<meta name="Content-Type-Script" content="text/javascript" />
<meta name="Content-Type-Style" content="text/css" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<meta name="revisit-after" content="7 days" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | relURL }}">
</head>
<body>
<h1>{{- .Title }}</h1>
{{- partial "nav.html" . }}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>

View File

@ -150,14 +150,14 @@ h2 {
}
h3 {
font-size: 1.1em;
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding: 0;
text-align: center;
border-width: 0 0 2px 0;
border-color: var(--color);
border-style: solid;
/* border-width: 0 0 2px 0; */
/* border-color: var(--color); */
/* border-style: solid; */
}
h4 {