diff options
Diffstat (limited to 'layouts/partials/homepage')
-rw-r--r-- | layouts/partials/homepage/brainrot.html | 7 | ||||
-rw-r--r-- | layouts/partials/homepage/bsd.html | 3 |
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 00000000..d43033bd --- /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 00e8f21c..195318b1 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> |