diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
| commit | 1147a663e70aadb2578cbe601bc723d7cd939c5a (patch) | |
| tree | b5100d2031328be3cfd3e9ae62730436bd573e0f /layouts/partials/docs/footer.html | |
| parent | added .gitignore (diff) | |
added non-content
Diffstat (limited to 'layouts/partials/docs/footer.html')
| -rw-r--r-- | layouts/partials/docs/footer.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html new file mode 100644 index 0000000..1edbcfa --- /dev/null +++ b/layouts/partials/docs/footer.html @@ -0,0 +1,31 @@ +<!-- Previous / Next navigation --> +<!-- <div class='prev-next'> --> + <!-- <div class='prev'> --> + <!-- {{ with .NextInSection }} --> + <!-- <h3><a href="{{ .RelPermalink }}"> --> + <!-- <span>previous page: {{ .Title }}</span> --> + <!-- </a></h3> --> + <!-- {{ else }} --> + <!-- <span></span> --> + <!-- {{ end }} --> + <!-- </div> --> + <!-- <div class="next"> --> + <!-- {{ if and (eq .Kind "section") .Params.next }} --> + <!-- {{/* Use the raw URL from front matter */}} --> + <!-- <h3><a href="{{ .Params.next }}"> --> + <!-- <span>next: installation</span> --> + <!-- </a></h3> --> + <!-- {{ else }} --> + <!-- {{ with .PrevInSection }} --> + <!-- <h3><a href="{{ .RelPermalink }}"> --> + <!-- <span>next: {{ .Title }}</span> --> + <!-- </a></h3> --> + <!-- {{ end }} --> + <!-- {{ end }} --> + <!-- </div> --> +<!-- </div> --> + +<!-- {{ $script := resources.Get "clipboard.js" | resources.Minify }} --> +<!-- {{ with $script.Content }} --> + <!-- <script>{{ . | safeJS }}</script> --> +<!-- {{ end }} --> |
