diff options
-rw-r--r-- | compromyse.xyz/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compromyse.xyz/base.html b/compromyse.xyz/base.html index 5f5937f..9f6e3bf 100644 --- a/compromyse.xyz/base.html +++ b/compromyse.xyz/base.html @@ -11,6 +11,6 @@ <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> </head> <body class="bg-zinc-900 text-pink-300 font-[Pixelify_Sans] selection:text-pink-900 selection:bg-pink-100"> - {{ content }} + {{ body }} </body> </html> |