• Home
  • {{- $portfolioItems := where .Site.RegularPages "Type" .Site.Params.Portfolio.foldername }} {{- if $portfolioItems }}
  • {{ .Site.Params.Portfolio.title }}
  • {{- end }} {{- $blogPosts := first 5 (where .Site.RegularPages "Type" .Site.Params.Blog.foldername) }} {{- if $blogPosts }}
  • {{ .Site.Params.Blog.title }}
      {{- range $blogPosts }}
    • {{ .Title }}
    • {{- end }}
  • {{- end }}
  • Contact