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:
authorgangjun06 <me@gangjun.dev>2020-08-13 16:36:58 +0300
committergangjun06 <me@gangjun.dev>2020-08-13 16:36:58 +0300
commit94f47a446c5dff065847c69624b7c787081039d3 (patch)
treea12a70a75a956a63dc93152051780553f4a50355
parent5726fcc29a1093c0b146b457a9c117519fc9dc57 (diff)
about me url
-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">