{{ with resources.Get "icons/home.svg" }} Home {{ end }} {{ if isset $.Site.Params "facebook"}} {{ with resources.Get "icons/facebook.svg" }} Facebook {{ end }} {{ end }} {{ if isset $.Site.Params "flicker"}} {{ with resources.Get "icons/flicker.svg" }} Flicker {{ end }} {{ end }} {{ if isset $.Site.Params "github"}} {{ with resources.Get "icons/github.svg" }} GitHub {{ end }} {{ end }} {{ if isset $.Site.Params "instagram"}} {{ with resources.Get "icons/instagram.svg" }} Instagram {{ end }} {{ end }} {{ if isset $.Site.Params "linkedin"}} {{ with resources.Get "icons/linkedin.svg" }} LinkedIn {{ end }} {{ end }} {{ if isset $.Site.Params "patreon"}} {{ with resources.Get "icons/patreon.svg" }} Patreon {{ end }} {{ end }} {{ if eq .Site.Params.rssinmenu true -}} {{ with resources.Get "icons/rss.svg" }} RSS {{ end }} {{ end }} {{ if isset $.Site.Params "soundcloud"}} {{ with resources.Get "icons/soundcloud.svg" }} Soundcloud {{ end }} {{ end }} {{ if isset $.Site.Params "spotify"}} {{ with resources.Get "icons/spotify.svg" }} Spotify {{ end }} {{ end }} {{ if isset $.Site.Params "tumblr"}} {{ with resources.Get "icons/tumblr.svg" }} Tumblr {{ end }} {{ end }} {{ if isset $.Site.Params "twitch"}} {{ with resources.Get "icons/twitch.svg" }} Twitch {{ end }} {{ end }} {{ if isset $.Site.Params "twitter"}} {{ with resources.Get "icons/twitter.svg" }} Twitter {{ end }} {{ end }} {{ if isset $.Site.Params "vimeo"}} {{ with resources.Get "icons/vimeo.svg" }} Vimeo {{ end }} {{ end }} {{ if isset $.Site.Params "youtube"}} {{ with resources.Get "icons/youtube.svg" }} Youtube {{ end }} {{ end }}