Compare commits

..

No commits in common. "c543664ef5668dd2587a2706fb819c705c9581c0" and "95fbcba77ebb8c1037e94daf7614a5d1fe91d478" have entirely different histories.

2 changed files with 5 additions and 17 deletions

View file

@ -25,17 +25,13 @@ disableKinds = ["RSS", "sitemap"]
[outputs]
list = ["html", "js"]
[markup.tableOfContents]
[markup]
[markup.tableOfContents]
endLevel=4
ordered = true
startLevel = 1
[markup.goldmark.renderer]
unsafe = true
[module]
# replacement allow for easier local development
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
[[module.imports]]
path = "git.sandpoints.org/Drawwell/SandpointsTheme"

View file

@ -1,11 +1,3 @@
{{ define "singlebody" }}
{{ $s := partialCached "scratch.html" . }}
{{ range $p := .Site.Pages }}
{{ $scratch := $s.Get (printf "/%s" .File) }}
<div>{{ . }}: {{ .Title }}</div>
{{ with ($scratch.depth) }}
<div>Depth: {{ . }}
{{ end }}
<hr />
{{ end }}
{{ end }}
<ul>
<li>{{ .Title }}</li>
</ul>