{{ define "styles" }} {{ $.Scratch.Set "style_opts" (dict "src" "scss/pages/about.scss" "dest" "css/about.css") }} {{ end }} {{ define "main" }} <div class="splash-container"> <div class="splash"> <h1>{{ .Params.heading }}<span class="fancy">.</span></h1> {{ if isset .Params "handle" }} <span class="handle">@{{ .Params.handle }}</span> {{ end }} <h3>
<a href="survey" style="text-decoration: none; color:#333333;"> {{ .Params.subheading }} </a>
</h3> <h3>
<a href="survey" style="text-decoration: none; color:#333333;"> {{ .Params.subheading2 }} </a>
</h3> <!-- Replace MEEEEE --> {{ partial "social-icons.html" .}} </div> </div> {{ end }}