We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b7330 commit 889d17eCopy full SHA for 889d17e
layouts/diagram-list.html
@@ -1,7 +1,7 @@
1
<pre>
2
-{{ range .Site.Pages -}}
+{{- range .Site.RegularPages -}}
3
{{- if in .RawContent "{{< graphviz" -}}
4
- public{{ .Path }}.html{{ "\n" -}}
5
- {{- end -}}
6
-{{- end -}}
+ public{{ .Path }}.html
+ {{- end }}
+{{ end -}}
7
</pre>
0 commit comments