github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/layouts/_default/single.html (about)

     1  {{ define "main" }}
     2    <article class="w-100 ph4 pb5 pb6-ns pt1 pt5-ns">
     3      <div class="flex-l">
     4  
     5        <div class="order-2 w-100 w-20-l ph5-m ph0-l mb4 sticky">
     6        {{- partial "toc.html" . -}}
     7        </div>
     8  
     9        <div class="order-1 w-60-l mw7 ph0 ph5-ns mid-gray nested-copy-line-height no-underline nested-links nested-img nested-copy-seperator nested-blockquote mt0-ns" style="flex-grow:1;">
    10          <div class="documentation-copy center measure-wide-l">
    11            <div id="readout" class="fixed right-0 bottom-0">
    12            </div>
    13            {{ .Render "page" }}
    14            {{ partial "related.html" . }}
    15          </div>
    16        </div>
    17        <div class="order-0 w-20 dn db-l">
    18          {{ partial "nav-links-docs.html" . }}
    19        </div>
    20  
    21      </div>
    22    </article>
    23  
    24    <div class="w-100 bg-light-gray">
    25      <div class="mw7 pa4 center nested-lh-copy lh-copy">
    26        {{ partial "docs/page-meta-data.html" . }}
    27        {{ partial "page-edit.html" . }}
    28        {{ partial "tags.html" . }}
    29      </div>
    30    </div>
    31  {{ end }}