aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/base.gohtml2
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">