mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 14:21:57 +00:00
66249819 Replace .Data.Pages with .Pages 32f73caa Set permission of non-executable files to 0644 69018d07 Update README.md 3b9bc8ee Update README.md fa34f071 Update eSolia link 89573498 Fix the "edit this page" link d0704efb Use lang.Merge to "fill in the gaps" for untranslated pages 771ae9fc Merge commit '650fac3a4e7d256f4505402ab44cfc3c804b8dea' 177aab5b Fix "reflect: Zero(nil)" error in showcase git-subtree-dir: themes/gohugoioTheme git-subtree-split: 662498195c8ca49e235ced10ae899f1a82804021
32 lines
1009 B
HTML
32 lines
1009 B
HTML
{{ define "main" }}
|
|
<article class="w-100 ph4 pb5 pb6-ns pt1 pt5-ns">
|
|
<div class="flex-l">
|
|
|
|
<div class="order-2 w-100 w-20-l ph5-m ph0-l mb4 sticky">
|
|
{{- partial "toc.html" . -}}
|
|
</div>
|
|
|
|
<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;">
|
|
<div class="documentation-copy center measure-wide-l">
|
|
<div id="readout" class="fixed right-0 bottom-0">
|
|
</div>
|
|
{{ .Render "page" }}
|
|
{{ partial "related.html" . }}
|
|
</div>
|
|
</div>
|
|
<div class="order-0 w-20 dn db-l">
|
|
{{ partial "nav-links-docs.html" . }}
|
|
</div>
|
|
|
|
</div>
|
|
</article>
|
|
|
|
<div class="w-100 bg-light-gray">
|
|
<div class="mw7 pa4 center nested-lh-copy lh-copy">
|
|
{{ partial "docs/page-meta-data.html" . }}
|
|
{{ partial "page-edit.html" . }}
|
|
{{ partial "tags.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ end }}
|