summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-23 20:20:37 +0200
committermms <michal@sapka.me>2024-05-23 20:20:37 +0200
commit2d27ad1d9b96ace302ddef93e48d7b78863efa43 (patch)
tree76500602db5680d88bbfc61aceec2d16475d8ae7 /layouts
parent56b41b128f1f13d80ae4d317a29bc9c14d9bdeae (diff)
feat: valid html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/brain-rot/baseof.html5
-rw-r--r--layouts/partials/header/meta.html2
2 files changed, 3 insertions, 4 deletions
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
index 15f96d7..0810ace 100644
--- a/layouts/brain-rot/baseof.html
+++ b/layouts/brain-rot/baseof.html
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
+ <head>
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ partial "header/meta" . }}
<style>
:root {
--content-bg: #fff;
--highlight-color: #978b27;
- --text-color: 000;
+ --text-color: #000;
}
html {
height:100%;
@@ -84,7 +85,7 @@
}
article figure {
- text-align: enter;
+ text-align: center;
margin: 0;
max-width: 100%;
font-size: 0.8em;
diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html
index 353553c..ccd8385 100644
--- a/layouts/partials/header/meta.html
+++ b/layouts/partials/header/meta.html
@@ -1,4 +1,3 @@
-<head>
<meta charset="utf-8">
<title>
{{- block "title" . }}
@@ -33,4 +32,3 @@
<link href="https://github.com/michalsapka" rel="me">
<link rel="webmention" href="https://webmention.io/d-s.sh/webmention">
<link rel="pingback" href="https://webmention.io/d-s.sh/xmlrpc">
-</head>