{{ $title := print .Title " - " .Site.Title }}
{{ $title }}
{{ $bundle := slice (resources.Get "css/fonts.css") (resources.Get "css/styles.css") | resources.Concat "css/bundle.css" }}
{{ $js := resources.Get "js/menu.js" }} {{ if eq hugo.Environment "production" }} {{ end }}
{{ if or (eq hugo.Environment "staging") (eq hugo.Environment "development") }}
{{ else }}
{{ partial "opengraph.html" . }} {{ partial "twitter_cards.html" . }} {{ end }}