diff options
-rw-r--r-- | compromyse.xyz/base.html | 2 | ||||
-rw-r--r-- | compromyse.xyz/index.html | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/compromyse.xyz/base.html b/compromyse.xyz/base.html index 628f844..26e0350 100644 --- a/compromyse.xyz/base.html +++ b/compromyse.xyz/base.html @@ -8,8 +8,6 @@ <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> - - {{ content "head" }} </head> <body class="bg-zinc-900 text-pink-300 font-[Pixelify_Sans] selection:text-pink-900 selection:bg-pink-100"> {{ body }} diff --git a/compromyse.xyz/index.html b/compromyse.xyz/index.html index 1388859..3d3fe3a 100644 --- a/compromyse.xyz/index.html +++ b/compromyse.xyz/index.html @@ -1,11 +1,3 @@ -{{ contentfor "head" }} - -<style> - .body {} -</style> - -{{ endcontent }} - {{ include "navbar.html" }} <div class="p-16"> |