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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Mandal <surajmandalcell@gmail.com>2020-02-01 19:45:34 +0300
committerGitHub <noreply@github.com>2020-02-01 19:45:34 +0300
commitd0cb5227e78a6c4b95806ec17643f45077039a79 (patch)
tree4e460aa2e6a4d91fd364c5174381b0bc4986cf54
parentc7ad32cbb838e475a8d3ea169345d46dd5d42f01 (diff)
parent15e57dd7c3232fa1fe4e5048045ff74879245d4c (diff)
Merge pull request #8 from mzch/master
permalink bug fix
-rw-r--r--layouts/partials/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 9f7e839..5707fbe 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -13,7 +13,7 @@
</li>
{{ else }}
<li class="p-menu__listitem">
- <a href="{{ .Permalink }}">
+ <a href="{{ .URL }}">
{{- .Name -}}
</a>
</li>