Fix url for social links

This commit is contained in:
invinciblycool 2020-04-19 13:40:07 +05:30
parent abcc86cb75
commit ed33cb4ddf

View File

@ -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 }}