Updated per request by @todinov

This commit is contained in:
Nathan Biller
2019-10-10 21:59:11 -04:00
parent 9974ea9a1b
commit 28825ef46a

View File

@@ -10,7 +10,7 @@
<ul class="sidebar-menu"> <ul class="sidebar-menu">
{{ range where .Site.RegularPages "Section" (strings.TrimSuffix "/" .File.Dir) }} {{ range where .Site.RegularPages "Section" (strings.TrimSuffix "/" .File.Dir) }}
<li> <li>
<a href="{{ .url }}"> <a href="{{ .Permalink }}">
{{ .Title }} {{ .Title }}
</a> </a>
</li> </li>