From 7836b78f64bc358c67cf6abb310b7b755fad9d81 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 19 Jan 2025 10:15:51 +0100 Subject: [PATCH] feat: make app title a link to threads.home --- templates/_home.html | 14 +++++++++++++- templates/_tag.html | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/templates/_home.html b/templates/_home.html index 82fb5e0..1c1cb54 100644 --- a/templates/_home.html +++ b/templates/_home.html @@ -49,6 +49,16 @@ } } + header { + & a.app-title { + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + } + header, footer { background: var(--ayo-gradient); @@ -312,7 +322,9 @@
{% include "nav.html" %} -

{{ app.title }}

+ +

{{ app.title }}

+

{{ app.description }}

diff --git a/templates/_tag.html b/templates/_tag.html index 955fc6d..179c863 100644 --- a/templates/_tag.html +++ b/templates/_tag.html @@ -49,6 +49,16 @@ } } + header { + & a.app-title { + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + } + header, footer { background: var(--ayo-gradient); @@ -306,7 +316,9 @@
{% include "nav.html" %} -

{{ app.title }}

+ +

{{ app.title }}

+

{{ app.description }}