diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
| commit | edd49a893c5f581a2f622f2b29a289760bbc2edc (patch) | |
| tree | 320c58776b5c04db7adf188d065f135aa28a8f83 /layouts/_default/home.html | |
| parent | 769239a8e95cf761075a1248818a6578d7522fac (diff) | |
Format
Diffstat (limited to 'layouts/_default/home.html')
| -rw-r--r-- | layouts/_default/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html index e251ce3..5273fa0 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -21,7 +21,8 @@ {{ with site.Params.social }} <div class="social-icons"> {{- range . }} - <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me" + <a href="{{ trim .url " " | safeURL }}" target="_blank" + rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}"> {{ partial "svg.html" . }} </a> |
