{{ with .Site.GetPage "/about" }}
More about me
{{ end }}
{{ with .Site.GetPage "/blog" }}
My blog
{{ end }}
{{ with .Site.GetPage "/projects" }}
My projects
{{ end }}
Find me on other places
{{ with .OutputFormats.Get "rss" }}
RSS Feed
{{- end -}}
{{ with .Site.Params.social.mastodon }}
Mastodon
{{- end -}}
{{ with .Site.Params.social.gitea }}
Repos on Gitea
{{- end -}}
{{ with .Site.Params.social.gitlab }}
Repos on GitLab
{{- end -}}