diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:17:11 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:17:11 +0100 |
| commit | 0b90249205425abc6166d3b4fdffbf5990020355 (patch) | |
| tree | 74437601b9a4f683437cbe1a0735d7f3c49354d3 /templates | |
| parent | a47b7fa697b16c2d745e6b3fbc9a7d214280964b (diff) | |
feat(style): custom color for card
Diffstat (limited to 'templates')
| -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 390ca7b..6aaa742 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -1,5 +1,5 @@ {{define "body"}} - <main> + <main style="{{ .GetBackground }}"> <div class="presentation"> <figure> <img src="{{ getStaticPath .Person.Image }}" alt="{{ .Person.Name }}'s image"> |
