summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-12 22:41:06 +0200
committermms <michal@sapka.me>2024-04-12 22:41:06 +0200
commit8dd36320e39cc2d47df7f8af920c32b497059b38 (patch)
tree765ef87f555c705b4e9ca080c60f1357da181cf5 /layouts/partials
parent3f2eaa37c2ba1ba343f26ff3ae5d6b118be63abf (diff)
feat: brain root v1
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/homepage/brainrot.html7
-rw-r--r--layouts/partials/homepage/bsd.html3
2 files changed, 9 insertions, 1 deletions
diff --git a/layouts/partials/homepage/brainrot.html b/layouts/partials/homepage/brainrot.html
new file mode 100644
index 0000000..d43033b
--- /dev/null
+++ b/layouts/partials/homepage/brainrot.html
@@ -0,0 +1,7 @@
+<section class="brain-rot">
+ <h2 id="brain-rot"><a href="#brain-rot">Brain rot</a></h2>
+ "Mark my words, this stuff will rot your brain!"<br>
+ -- society
+
+ {{ partial "menu.html" (dict "menuID" "brain-rot" "page" .) }}
+</section>
diff --git a/layouts/partials/homepage/bsd.html b/layouts/partials/homepage/bsd.html
index 00e8f21..195318b 100644
--- a/layouts/partials/homepage/bsd.html
+++ b/layouts/partials/homepage/bsd.html
@@ -20,6 +20,7 @@
>
- Some articles on the BSD family of Operating Systems I use: {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }}
+ Some articles on the BSD family of Operating Systems I use:
+ {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }}
</section>