diff options
| author | William Hergès <william@herges.fr> | 2025-09-06 22:10:53 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-06 22:10:53 +0200 |
| commit | 869073cfdc35aeccb1767d4bf45d48f8eadb8f87 (patch) | |
| tree | b4bba6ac5267ecb79d4f8c415e3c01bd7b8e3931 /templates | |
| parent | f6ff8f4d1ae95bb229b3142a689cb6a68d12198f (diff) | |
feat(ring): not fixed on home
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base/base.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 994e06a..785bbaf 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -24,7 +24,7 @@ </div> {{ $rings := getRings }} {{ if ne $rings nil }} - <div class="rings"> + <div class="rings {{ if ne .SEO.URL "/" }}fixed{{ end }}"> {{ range $ring := $rings }} <a href="{{ $ring.Link }}" target="_blank" class="ring"> <img src="{{ getImage $ring.Image }}" alt="{{ $ring.Name }} logo"> |
