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

github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinvinciblycool <jprrahultiwari@gmail.com>2020-04-19 11:10:07 +0300
committerinvinciblycool <jprrahultiwari@gmail.com>2020-04-19 11:10:07 +0300
commit56aa828fc157892572576a2ddbec81f14d4fab69 (patch)
treed43e322b794bb89f58d44797453fe5de33007915
parent9cf4a862800a6e29112f6ce192b5429486ed8a04 (diff)
Fix url for social links
-rw-r--r--layouts/partials/profile_link.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/profile_link.html b/layouts/partials/profile_link.html
index f737edc..6588d90 100644
--- a/layouts/partials/profile_link.html
+++ b/layouts/partials/profile_link.html
@@ -1,6 +1,6 @@
{{ if and (isset . "url") ( ne .url "") }}
<tr>
<td><i class="fab fa-{{ lower .name }}" aria-hidden="true"></i></td>
- <td>&nbsp;<a href="{{ url }}" target="_blank">{{ .name }}</a></td>
+ <td>&nbsp;<a href="{{ .url }}" target="_blank">{{ .name }}</a></td>
</tr>
{{ end }}