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 10486f3..192130b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ {{ with .Site.Params.footer }} <hr> <div class="container text-center"> - <a href="{{ .url | absURL }}"><small>{{ .text }}</small></a> + <a href="{{ .url | absURL }}" title="{{ .text }}"><small>{{ .text }}</small></a> </div> {{ end }} </div> |