From 68f6c85bc85b004fd6b06d7551abcd7ce572ae59 Mon Sep 17 00:00:00 2001 From: Nekojimi Date: Tue, 15 Jul 2025 00:30:02 +0100 Subject: [PATCH] Make title art a clickable link --- _layouts/main.html | 6 ++++-- static/css/style.css | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 3f28f7c..933b161 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -1,7 +1,8 @@ --- layout: "default" --- - + {{ content }} diff --git a/static/css/style.css b/static/css/style.css index 2971907..68fb6af 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -92,8 +92,9 @@ h2 { /* text-shadow: 0 0 8px #787878; */ /* animation: spin 2000ms linear infinite; */ /* animation: 5s linear 0s infinite normal none running spin; */ - -c} + + text-decoration: none; +} .intro-box { display: flex;