hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

functions-signature.html (366B)

    1 {{ if isset .Params "signature" -}}
    2   {{- with .Params.signature }}
    3     <h2 class="minor mb1 pt4 primary-color-dark">Syntax</h2>
    4     {{- range . }}
    5       <pre class="f5 mb4 ph3 pv2 bg-light-gray" style="border-left:4px solid #0594CB;">
    6         {{- . -}}
    7       </pre>
    8     {{- end }}
    9   {{- end -}}
   10 {{ end }}
   11 {{/* The inline style overrides `pre` styling defaults */}}