diff options
Diffstat (limited to 'layouts/partials/footer.html')
-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 }} |