summaryrefslogtreecommitdiffstats
path: root/docs/_vendor
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-20 22:20:33 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-20 22:20:33 +0200
commit673e622fa9000c535397fba2b210273cc7d60705 (patch)
tree174462b27a97fe40923aa02aa91fd377379944c4 /docs/_vendor
parent9f9191471ec501f1f957020726f939c9ef48e193 (diff)
parent28bd06265e88454b061810578919d891909a83ad (diff)
Diffstat (limited to 'docs/_vendor')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html
index 8cd289624..48c015c51 100644
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/single.html
@@ -1,31 +1,31 @@
{{ define "main" }}
- <article class="w-100 ph4 pb5 pb6-ns pt1 pt5-ns">
- <div class="flex-l">
+<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">
+ <div class="order-2 w-100 w-20-l ph5-m ph0-l mb4 sticky">
{{- partial "toc.html" . -}}
- </div>
+ </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 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 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 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>
-{{ end }}
+</div>
+{{ end }} \ No newline at end of file