{{- if .Site.Params.Footer -}}
{{- $RSS := (.OutputFormats.Get "RSS") -}} {{- range .Site.Params.Footer -}}

{{ .title }}

{{- with .content -}}

{{ . | markdownify }}

{{- end -}} {{- if isset . "newsletter" -}}

{{.newsletter}}

{{- partialCached "util/newsletter" . -}} {{- end -}} {{$page := .}} {{$count := 100}} {{ if gt .recentCount -1 }} {{ $count = .recentCount }} {{ end }} {{- if .menu -}}
    {{ range $.Site.Menus.footer }}
  • {{ default .Page.Title .Name }}
  • {{ end }}
{{- end -}} {{ with .recents }}
    {{ range first ($count) (where (where $.Site.Pages "Section" .) ".Kind" "==" "page" )}}
  • {{ default (.File.ContentBaseName | humanize) .Title }} - {{$date := .Date}} {{ if and (not $date) .GitInfo }} {{$date = .GitInfo.AuthorDate}} {{- end -}} {{ $date.Format "Monday, Jan 2, 2006."}}
  • {{ end }}
{{ end }} {{ with .contact }}
    {{ with $.Site.Author.email }}
  • {{ $icon := resources.Get "image/line-awesome/fa-envelope.svg" | resources.Minify }} {{ replace $icon.Content "{{replaceRE "@.*$" "" .}} [at] {{ replaceRE "\\..*" "" $middle }} [dot] {{ replaceRE "^.*\\." "" . }}
  • {{ end }} {{ with $.Site.Author.linkedin }}
  • {{ $icon := resources.Get "image/line-awesome/fa-linkedin.svg" | resources.Minify }} {{ replace $icon.Content "{{ replaceRE "https://" "" . }}
  • {{ end }} {{ with $.Site.Author.github }}
  • {{ $icon := resources.Get "image/line-awesome/fa-github.svg" | resources.Minify }} {{ replace $icon.Content "{{ replaceRE "https://" "" . }}
  • {{ end }} {{ with $.Site.Author.twitter }}
  • {{ $icon := resources.Get "image/line-awesome/fa-twitter.svg" | resources.Minify }} {{ replace $icon.Content "{{ replaceRE "https://" "" . }}
  • {{ end }} {{ with $.Site.Author.facebook }}
  • {{ $icon := resources.Get "image/line-awesome/fa-facebook.svg" | resources.Minify }} {{ replace $icon.Content "{{ replaceRE "https://" "" . }}
  • {{ end }} {{ with $RSS }}
  • Updates

    {{ $icon := resources.Get "image/line-awesome/fa-rss.svg" | resources.Minify }} {{ replace $icon.Content "RSS Feed
  • {{ end }}
{{ end }}
{{ end }}
{{- end -}}
{{- replace .Site.Params.copyright "{now}" (print "" (dateFormat "2006" now) "")| markdownify | safeHTML }} Last Updated - {{ dateFormat "Monday, Jan 2, 2006." now}}
Themed using Eclectic by Atishay