From 6a177e466334086b26689429e3da5a8bfba449de Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 00:43:24 +0100 Subject: feat(link): change color on hover --- templates/base/base.gohtml | 2 +- templates/page/index.gohtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 12568ed..003eab1 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -9,7 +9,7 @@ {{template "opengraph-base" .SEO}} - + {{template "body" .Data}}

Crafted by Anhgelus Morhtuuzh

diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index cfb90ed..fccb7a5 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -1,5 +1,5 @@ {{define "body"}} -
+
{{ .Person.Name }}'s image -- cgit v1.2.3