We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf5074 commit 75c8c42Copy full SHA for 75c8c42
layouts/partials/footer.html
@@ -30,7 +30,7 @@
30
{{- define "footer-links-block" }}
31
<ul class="list-inline mb-0">
32
{{ range . }}
33
- <li class="list-inline-item mx-2 h3" data-bs-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}">
+ <li class="list-inline-item mx-2 h3" data-bs-toggle="tooltip" title="{{ .name }}" aria-label="{{ .name }}">
34
<a class="text-white" target="_blank" rel="noopener" href="{{ .url }}" aria-label="{{ .name }}">
35
<i class="{{ .icon }}"></i>
36
</a>
0 commit comments