Skip to content

Commit 889d17e

Browse files
committed
Revert "Merge branch 'poc-diagrams-extra'"
I will replace it with the final version, i.e. not just a proof-of-concept. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 68b7330 commit 889d17e

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.Pages -}}
2+
{{- range .Site.RegularPages -}}
33
{{- if in .RawContent "{{< graphviz" -}}
4-
public{{ .Path }}.html{{ "\n" -}}
5-
{{- end -}}
6-
{{- end -}}
4+
public{{ .Path }}.html
5+
{{- end }}
6+
{{ end -}}
77
</pre>

0 commit comments

Comments
 (0)