aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html26
1 files changed, 1 insertions, 25 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 65d2a38..56da54c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,31 +7,7 @@
<meta http-equiv=X-Clacks-Overhead content="GNU Terry Pratchett">
<meta name=referrer content="no-referrer-when-downgrade">
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }}</title>
- <style>
- body {
- font: 1.1rem monospace;
- line-height: 1.7;
- max-width: 760px;
- margin: 40px auto;
- padding: 0 20px;
- }
-
- pre {
- border: 1px dashed #555;
- padding: 12px;
- overflow-x: auto;
- }
-
- img {
- max-width: 100%;
- }
-
- @media (prefers-color-scheme: dark) {
- html {
- color-scheme: dark;
- }
- }
- </style>
+ {{- partial "style.html" . -}}
{{- partial "favicon.html" . -}}
{{- partial "seo_tags.html" . -}}