diff options
author | Aniol Marti <aniol@aniolmarti.cat> | 2021-04-29 13:28:01 +0200 |
---|---|---|
committer | Aniol Marti <aniol@aniolmarti.cat> | 2021-04-29 13:28:01 +0200 |
commit | 60feb8ec557a8430c93f5ded388545b76e86c82e (patch) | |
tree | c22fd4c2f4e90afbe99373510ffc82fc3f7ccf09 /layouts | |
parent | 9056f02b9b0e7fdfe56847c2ff10b21cdb5b493e (diff) |
I forgot to add the title in the html <a> tag
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 |
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 }} |