Ver código fonte

Fix url for social links

main
invinciblycool 4 anos atrás
pai
commit
56aa828fc1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      layouts/partials/profile_link.html

+ 1
- 1
layouts/partials/profile_link.html Ver arquivo

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

Carregando…
Cancelar
Salvar