{{ define "main" }}
{{ partial "content.html" . }}
{{ partial "share.html" . }} {{ partial "comments.html" . }} {{ partial "related-content.html" . }} {{ $unsplash_utm := (printf "utm_source=%s&utm_medium=referral" (lower .Site.Params.author)) }} {{ with .Scratch.Get "unsplash_data" }}
Header photo by {{ .user.name }} on Unsplash.
{{ end }}
{{ end }} {{ define "style_extra" }} {{ partial "style.html" "css/shareon.css" }} {{ partial "style.html" "css/highlight.css" }} {{ end }} {{ define "scripts_extra" }} {{ partial "script_async.html" "js/shareon.js" }} {{ end }}