Compare commits
No commits in common. "c543664ef5668dd2587a2706fb819c705c9581c0" and "95fbcba77ebb8c1037e94daf7614a5d1fe91d478" have entirely different histories.
c543664ef5
...
95fbcba77e
2 changed files with 5 additions and 17 deletions
|
@ -25,17 +25,13 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
[outputs]
|
[outputs]
|
||||||
list = ["html", "js"]
|
list = ["html", "js"]
|
||||||
|
|
||||||
[markup.tableOfContents]
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
endLevel=4
|
endLevel=4
|
||||||
ordered = true
|
ordered = true
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
|
||||||
unsafe = true
|
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
# replacement allow for easier local development
|
|
||||||
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
{{ define "singlebody" }}
|
<ul>
|
||||||
{{ $s := partialCached "scratch.html" . }}
|
<li>{{ .Title }}</li>
|
||||||
{{ range $p := .Site.Pages }}
|
</ul>
|
||||||
{{ $scratch := $s.Get (printf "/%s" .File) }}
|
|
||||||
<div>{{ . }}: {{ .Title }}</div>
|
|
||||||
{{ with ($scratch.depth) }}
|
|
||||||
<div>Depth: {{ . }}
|
|
||||||
{{ end }}
|
|
||||||
<hr />
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue