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

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/bookMenu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/bookMenu.html b/layouts/partials/bookMenu.html
index 7833e3b..8d13d87 100644
--- a/layouts/partials/bookMenu.html
+++ b/layouts/partials/bookMenu.html
@@ -2,7 +2,7 @@
<ul class="list-unstyled">
{{ range .Site.Sections }}
<li>
- <a href="{{ .URL | absURL}}">
+ <a href="{{ .Permalink }}">
<h2 class="mb-0 mt-3">
{{ .Title |markdownify }}
</h2>