This commit is contained in:
Vincent Fiduccia
2019-06-24 17:20:13 -07:00
parent c2692a5e47
commit cf5ab5c066
5 changed files with 110 additions and 327 deletions
-1
View File
@@ -7,7 +7,6 @@
{{ range .Sections}}
<li class=""><a href="{{ .RelPermalink}}">{{ .Title }}</a>
{{if gt (len .Sections) 0}}
<!-- <i class="material-icons expand-toggle">add_box</i> -->
<ul class="hide">
{{ range .Pages }}
<li class=""><a href="{{ .RelPermalink}}">{{ .Title }}</a></li>