diff options
author | claw0ry <me@claw0ry.net> | 2025-01-15 08:39:54 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-15 08:39:54 +0100 |
commit | cc71ba4d5d6a68262f78febf3103733a19edb75a (patch) | |
tree | 5c0b382174a1ea2f6256d5e30acd73a990121acc /themes/plaintext/layouts | |
parent | wishlist: new page (diff) |
theme: christmas is over
Diffstat (limited to 'themes/plaintext/layouts')
-rw-r--r-- | themes/plaintext/layouts/_default/baseof.html | 1 | ||||
-rw-r--r-- | themes/plaintext/layouts/index.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/themes/plaintext/layouts/_default/baseof.html b/themes/plaintext/layouts/_default/baseof.html index fcc943c..2f38a78 100644 --- a/themes/plaintext/layouts/_default/baseof.html +++ b/themes/plaintext/layouts/_default/baseof.html @@ -31,7 +31,6 @@ {{ partial "footer.html" . }} </footer> </div> - <script src="/snow.js"></script> </body> </html> diff --git a/themes/plaintext/layouts/index.html b/themes/plaintext/layouts/index.html index 1684fde..66455ca 100644 --- a/themes/plaintext/layouts/index.html +++ b/themes/plaintext/layouts/index.html @@ -1,7 +1,6 @@ {{ define "main" }} <div class="page-title"> - <img src="/santa-hat.png" width="16" height="16" alt="santa's hat" /> <h1>claw0ry.net</h1> </div> |