{{ $description := .Site.Params.description }} {{ with .Description }} {{ $description = . }} {{ else }} {{ with .Summary }} {{ $description = . | plainify }} {{ end }} {{ end }} {{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} | {{ .Site.Title }} {{ end }} {{ with resources.Get "css/site.css" }} {{ end }} {{ if or .IsHome (and .IsPage (eq .Section "studies") .Params.study.toc) }} {{ end }} {{- $pageLabel := "" -}} {{- $pageHref := "" -}} {{- if and .IsPage (eq .Section "studies") -}} {{- $pageLabel = "Case study" -}} {{- $pageHref = "/#studies" | relURL -}} {{- end -}} {{- with .Params.header.page -}} {{- with .title -}} {{- $pageLabel = . -}} {{- end -}} {{- with .url -}} {{- $pageHref = . | relURL -}} {{- end -}} {{- end -}}
{{- if $pageLabel -}} {{ $pageLabel }} {{ end }}
  • Case studies {{ partial "icon.html" (dict "name" "book") }}
  • Get in touch {{ partial "icon.html" (dict "name" "mail") }}
  • GitHub {{ partial "icon.html" (dict "name" "github") }}
  • {{ block "main" . }}{{ end }}