32 lines
898 B
HTML
32 lines
898 B
HTML
|
<a
|
||
|
target="_blank"
|
||
|
class="nerdlink"
|
||
|
href="{{ index . 1 }}"
|
||
|
title="{{ index . 0 }}">
|
||
|
{{ if eq (lower (index . 0)) "gitlab" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "gnome" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "youtube" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "email" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "twitter" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "instagram" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "facebook" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "github" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "linkedin" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "telegram" }}
|
||
|

|
||
|
{{ else if eq (lower (index . 0)) "phone" }}
|
||
|

|
||
|
{{ else }}
|
||
|
{{ index . 0 }}
|
||
|
{{ end }}
|
||
|
</a>
|