Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gangjun06/SimpleIntro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index 4fb373a..26c7ee4 100644
--- a/layouts/partials/home.html
+++ b/layouts/partials/home.html
@@ -30,7 +30,7 @@
{{ partial "home_title" (dict "title" "About Me") }}
<div class="flex mt-3 gap-3 text-xl">
{{ range $data.about.link }}
- <i class="{{ .icon }}"></i>{{end}}
+ <a href="{{.url}}"><i class="{{ .icon }}"></i></a>{{end}}
</div>
</div>
<div class="mt-4 md:mt-0 md:ml-4">