{{ if .Prev }} « {{ .Prev.Title | truncate 50 "..."}} {{ end }}
{{ if .Next }} {{ .Next.Title | truncate 50 "..." }} » {{ end }}
    {{/* SOCIALS */}} {{ if isset .Site.Params "twitter" }}
  • Twitter
  • {{ end }} {{ if isset .Site.Params "linkedin" }}
  • LinkedIn
  • {{ end }} {{ if isset .Site.Params "github" }}
  • GitHub
  • {{ end }} {{ if isset .Site.Params "gitlab" }}
  • GitLab
  • {{ end }} {{ if isset .Site.Params "patreon" }}
  • Patreon
  • {{ end }} {{ if isset .Site.Params "youtube" }}
  • YouTube
  • {{ end }} {{ if isset .Site.Params "medium" }}
  • Medium
  • {{ end }} {{ if isset .Site.Params "reddit" }}
  • Reddit
  • {{ end }} {{ if isset .Site.Params "stackoverflow" }}
  • StackOverflow
  • {{ end }} {{ if isset .Site.Params "instagram" }}
  • Instagram
  • {{ end }} {{ if isset .Site.Params "mastodon" }}
  • Mastodon
  • {{ end }} {{ if isset .Site.Params "orcid" }}
  • ORCID
  • {{ end }} {{ if isset .Site.Params "google_scholar" }}
  • Google Scholar
  • {{ end }} {{/* END SOCIALS */}} {{ range .Site.Menus.footer }}
  • {{.Pre }} {{ .Name }}
  • {{ end }}
{{ if .Site.Params.showPoweredBy}}

Powered by Hugo and the Tufte theme.

{{ end }} {{ if or ( isset .Site.Params "copyright" ) ( isset .Site.Params "copyrightHolder" ) }}

{{ with .Site.Params.copyright }} {{ . | safeHTML }} {{ else }} © {{now.Format "2006"}} {{ with .Site.Params.copyrightHolder }}{{ . }}{{end}}. All rights reserved. {{end}}

{{ end }}