Refactors and project cleanup #18

Merged
jeff merged 9 commits from refactors into master 2020-06-12 00:42:12 +00:00
3 changed files with 4 additions and 8 deletions
Showing only changes of commit 56aba374b8 - Show all commits

View File

@ -9,21 +9,17 @@
<link rel="stylesheet" href="/light-theme.css">
<link rel="shortcut icon" href="/favicon.ico">
<title>{{ block "title" . }}
{{ .Site.Title }}
{{ end }}</title>
<title>{{ block "title" . }} {{ .Site.Title }} {{ end }}</title>
</head>
<body>
{{ partial "navbar/site-navbar.html" . }}
{{ partial "navbar.html" . }}
<main>
{{ block "main" . }}
<!-- The part of the page that begins to differ between templates -->
{{ end }}
{{ block "main" . }} {{ end }}
</main>
{{ partial "footer/site-footer.html" . }}
{{ partial "footer.html" . }}
{{ partial "scripts/scripts.html" . }}
</body>
</html>