Merge pull request #2 from LukasJoswiak/master

Merge updates from source theme
This commit is contained in:
smoreface 2022-10-15 21:47:33 -07:00 committed by GitHub
commit 7883085a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,7 @@ body {
margin: 0 auto;
padding: 0 16px;
line-height: 1.6;
overflow-wrap: break-word;
}
/* styling for the header */
@ -308,7 +309,7 @@ main#content pre code {
padding: 0;
}
main#content section.footnotes {
main#content .footnotes {
font-size: 0.9em;
}

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Site.Language.Lang }}">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}

View file

@ -27,5 +27,6 @@
{{ $css := $resources | resources.Concat "css/style.css" | minify }}
{{ printf `<link rel="stylesheet" href="%s">` $css.RelPermalink | safeHTML }}
<link rel="canonical" href="{{ .Permalink }}" />
<title>{{ .Title }}</title>
</head>