Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniol Marti <aniol@aniolmarti.cat>2021-04-29 14:28:01 +0300
committerAniol Marti <aniol@aniolmarti.cat>2021-04-29 14:28:01 +0300
commited093b5ba556677cf0aeba1c733cf86ecde96090 (patch)
treec22fd4c2f4e90afbe99373510ffc82fc3f7ccf09
parent4ff6908e43e0350c894914366e99e5285298fe43 (diff)
I forgot to add the title in the html <a> tag
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 56574b3..1574aac 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<hr>
<div class="container text-center">
{{ range $item := .Site.Params.socialIcons }}
- <a href="{{ $item.url }}" class="{{ $item.icon }} fa-1x"></a>
+ <a href="{{ $item.url }}" class="{{ $item.icon }} fa-1x" title="{{ $item.title }}"></a>
{{ end }}
</div>
{{ with .Site.Params.footer }}