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 }}