From 759470f5dc43d03b86ee9317c27984e98943c1ff Mon Sep 17 00:00:00 2001 From: E Date: Sat, 11 Sep 2021 13:47:20 +0100 Subject: [PATCH] Fix footer, convert nav html to pug --- views/layout.pug | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index 630b892..28ffdec 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -13,39 +13,35 @@ html link(rel='stylesheet', href='/stylesheets/style.css') block head - body.flex.flex-col.min-h-screen.bg-black.text-pink + + body.flex.flex-col.min-h-screen.bg-black.text-pink.font-mono.text-xl nav div(class="mx-auto px-5") div.relative.flex.items-center.justify-between.h-16 div.flex-shrink-0.flex.items-center - p.block.text-4xl.font-extra.font + p.block.text-3xl.font-extra.font a(href="/") EEEE. -
- -
+ svg(class="hidden h-9 w-9" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true") + path(stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12") - main.flex-grow div(class="max-w-5xl mx-auto px-2 sm:px-6 lg:px-8") block content - footer - p © 2020 | + footer.w-full.text-center.p-4.text-base + p.font-mono © 2020 | | | a(href="/") EEEE.