summaryrefslogtreecommitdiff
path: root/layouts/_default/home.html
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-05-11 22:14:41 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-05-11 22:14:41 +0200
commit43de5d69b894aec43f993743b2d03f4157952e15 (patch)
tree930c50df484789e4a60a2a565dccc37cebc1000a /layouts/_default/home.html
parent1ee175c6bea9bdc15188ad475565149487cb27f2 (diff)
parentedd49a893c5f581a2f622f2b29a289760bbc2edc (diff)
Merge branch 'main' into tmp
Diffstat (limited to 'layouts/_default/home.html')
-rw-r--r--layouts/_default/home.html3
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>