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

profile_link.html « partials « layouts - github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f737edc37b6bf3d2fd0b287f6f86fb2712876cd2 (plain)
1
2
3
4
5
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>
</tr>
{{ end }}