Podcast: {{ .Site.Title }}
    {{ $currentNode := . }} {{ range sort .Site.Menus.main "Identifier"}} {{ if .HasChildren }}
  • {{ .Name }}
    {{ range sort .Children "Identifier"}} {{ .Name }} {{ end }}
  • {{ else }}
  • {{ .Pre }} {{ .Name }}
  • {{ end }} {{ end }}
    {{ if (isset .Site.Params.social "facebook" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "twitter" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "youtube" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "googleplus" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "pinterest" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "instagram" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "linkedin" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "github" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "gitlab" ) }}
  • {{ end }} {{ if (isset .Site.Params.social "paypal" ) }}
  • {{ end }}