diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
| commit | 6a177e466334086b26689429e3da5a8bfba449de (patch) | |
| tree | b4d4d400f3c33ad233056e6808017905097eae4e /templates/page | |
| parent | 8129d4f13d4c25874e48394fce8b3dccb123a92b (diff) | |
feat(link): change color on hover
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/index.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
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"}} - <main style="{{ .GetBackground }}{{ .GetTextColor }}"> + <main style="{{ .GetBackground }}"> <div class="presentation"> <figure> <img src="{{ getStaticPath .Person.Image }}" alt="{{ .Person.Name }}'s image"> |
