Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Biller <n.d.biller@gmail.com>2019-10-11 04:59:11 +0300
committerNathan Biller <n.d.biller@gmail.com>2019-10-11 04:59:11 +0300
commit28825ef46aeff838176f5256fe331abb92eb6252 (patch)
tree949b08d570bae3f2d3ffdb9033062f63fbb4117f
parent9974ea9a1b42b249144df4ae8a332c490ab07df8 (diff)
Updated per request by @todinov
-rw-r--r--layouts/partials/single/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/single/sidebar.html b/layouts/partials/single/sidebar.html
index b259857..150cf0d 100644
--- a/layouts/partials/single/sidebar.html
+++ b/layouts/partials/single/sidebar.html
@@ -10,7 +10,7 @@
<ul class="sidebar-menu">
{{ range where .Site.RegularPages "Section" (strings.TrimSuffix "/" .File.Dir) }}
<li>
- <a href="{{ .url }}">
+ <a href="{{ .Permalink }}">
{{ .Title }}
</a>
</li>