Skip to content

Commit dcbb8ad

Browse files
committed
Merge branch 'poc-diagrams-extra'
Another fixup was necessary, to support the cheat sheet (which is not a regular page but an `_index` one, i.e. a `list`, which is a "special page" in Hugo parlance). Signed-off-by: Johannes Schindelin <[email protected]>
2 parents b0067fe + e68db56 commit dcbb8ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/diagram-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<pre>
2-
{{- range .Site.RegularPages -}}
2+
{{ range .Site.Pages -}}
33
{{- if in .RawContent "{{< graphviz" -}}
4-
public{{ .Path }}.html
5-
{{- end }}
6-
{{ end -}}
4+
public{{ .Path }}.html{{ "\n" -}}
5+
{{- end -}}
6+
{{- end -}}
77
</pre>

0 commit comments

Comments
 (0)