2020-08-24 01:48:03 -05:00
|
|
|
<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" }}
|
|
|
|

|
2020-08-24 02:05:01 -05:00
|
|
|
{{ else if eq (lower (index . 0)) "rss" }}
|
2020-08-24 02:10:55 -05:00
|
|
|

|
2020-08-24 01:48:03 -05:00
|
|
|
{{ else }}
|
|
|
|
{{ index . 0 }}
|
|
|
|
{{ end }}
|
|
|
|
</a>
|