summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-17 08:02:03 -0400
committerseth <[email protected]>2023-03-17 08:02:03 -0400
commitaff2d789a2f8e1490d89024889dbc35350c48249 (patch)
treeb93ec8cd822d55f313f46aee8211538586c5e482 /src
parentd8288926ca67105487529fd4156e0879936d371e (diff)
feat: add link to lul
Diffstat (limited to 'src')
-rw-r--r--src/_includes/layouts/base.njk68
-rw-r--r--src/index.md4
2 files changed, 38 insertions, 34 deletions
diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk
index f23e0b3..5040fe4 100644
--- a/src/_includes/layouts/base.njk
+++ b/src/_includes/layouts/base.njk
@@ -10,41 +10,43 @@
<link rel="stylesheet" href="/guzzle.css"/>
</head>
{% endblock %}
- <body>
- <div class="container">
- <div class="content">
- {% block content %}
- {{ content | safe }}
+ {% block body %}
+ <body>
+ <div class="container">
+ <div class="content">
+ {% block content %}
+ {{ content | safe }}
+ {% endblock %}
+ </div>
+ {% block footer %}
+ <div class="gifs">
+ <script type="module" src="/js/chrisApp.js"></script>
+ <img src="/imgs/gifs/legalize.gif" alt="legalize now!"/>
+ <img src="/imgs/gifs/acab.gif" alt="acab"/>
+ <img src="/imgs/gifs/poweredbyfedora.gif" alt="powered by fedora"/>
+ <img src="/imgs/gifs/capitalism.gif" alt="let's crush capitalism!"/>
+ <br/> <img src="/imgs/gifs/anybrowser.gif" alt="best viewed with any browser"/>
+ <img src="/imgs/gifs/weezer.gif" alt="weezer fan"/>
+ <img src="/imgs/gifs/steam.gif" alt="play with steam"/>
+ <img src="/imgs/gifs/vi.gif" alt="made with vi"/>
+ <img src="/imgs/gifs/pride.gif" alt="pride"/>
+ <img src="/imgs/gifs/imagine.gif" alt="imagination"/>
+ <br/> <img src="/imgs/gifs/moz.gif" alt="mozilla is cool"/>
+ <img src="/imgs/gifs/free.gif" alt="completely free software"/>
+ <img src="/imgs/gifs/gimp.gif" alt="graphics by gimp"/>
+ <img src="/imgs/gifs/explorer.gif" alt="marijuana mind explorer"/>
+ <img src="/imgs/gifs/jsfree.gif" alt="javascript free"/>
+ <img src="/imgs/gifs/web3.gif" alt="keep the web free! say no to web3!"/>
+ <img src="/imgs/gifs/tired.gif" alt="tired"/>
+ <img src="/imgs/gifs/arnold.gif" alt="hey arnold!"/>
+ <img src="/imgs/gifs/bob.gif" alt="powered by bob"/>
+ <img src="/imgs/gifs/counterstrike.gif" alt="counter-strike player"/>
+ <img src="/imgs/gifs/chris.gif" alt="chris troll" id="chris_gif"/>
+ </div>
{% endblock %}
</div>
- {% block footer %}
- <div class="gifs">
- <script type="module" src="/js/chrisApp.js"></script>
- <img src="/imgs/gifs/legalize.gif" alt="legalize now!"/>
- <img src="/imgs/gifs/acab.gif" alt="acab"/>
- <img src="/imgs/gifs/poweredbyfedora.gif" alt="powered by fedora"/>
- <img src="/imgs/gifs/capitalism.gif" alt="let's crush capitalism!"/>
- <br/> <img src="/imgs/gifs/anybrowser.gif" alt="best viewed with any browser"/>
- <img src="/imgs/gifs/weezer.gif" alt="weezer fan"/>
- <img src="/imgs/gifs/steam.gif" alt="play with steam"/>
- <img src="/imgs/gifs/vi.gif" alt="made with vi"/>
- <img src="/imgs/gifs/pride.gif" alt="pride"/>
- <img src="/imgs/gifs/imagine.gif" alt="imagination"/>
- <br/> <img src="/imgs/gifs/moz.gif" alt="mozilla is cool"/>
- <img src="/imgs/gifs/free.gif" alt="completely free software"/>
- <img src="/imgs/gifs/gimp.gif" alt="graphics by gimp"/>
- <img src="/imgs/gifs/explorer.gif" alt="marijuana mind explorer"/>
- <img src="/imgs/gifs/jsfree.gif" alt="javascript free"/>
- <img src="/imgs/gifs/web3.gif" alt="keep the web free! say no to web3!"/>
- <img src="/imgs/gifs/tired.gif" alt="tired"/>
- <img src="/imgs/gifs/arnold.gif" alt="hey arnold!"/>
- <img src="/imgs/gifs/bob.gif" alt="powered by bob"/>
- <img src="/imgs/gifs/counterstrike.gif" alt="counter-strike player"/>
- <img src="/imgs/gifs/chris.gif" alt="chris troll" id="chris_gif"/>
- </div>
- {% endblock %}
- </div>
- </body>
+ </body>
+ {% endblock %}
<br \>
<footer>
<a href="https://github.com/getchoo/getchoo.github.io">source</a>
diff --git a/src/index.md b/src/index.md
index 193f881..417885b 100644
--- a/src/index.md
+++ b/src/index.md
@@ -8,4 +8,6 @@ description: getchoo's website
this is under construction. i'm experimenting with lume
-![construction](/imgs/construction.png) \ No newline at end of file
+![construction](/imgs/construction.png)
+
+[click here](/lul) \ No newline at end of file