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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Marcos <48572431+MarionMoseby@users.noreply.github.com>2021-10-20 22:00:17 +0300
committerGitHub <noreply@github.com>2021-10-20 22:00:17 +0300
commitad149f4d80d3d7617886dab2488b8bc4142b1eb9 (patch)
tree211e6f71414eb20266972c4ae8de0970f0e6aac7 /layouts/partials
parent35c6586412c525584ee850bf3fdab69650243de1 (diff)
Fixed absLangURL issue with sections in footer (#442)
* Add Blogtrottr as newsletter provider * Fixed absLangURL issue with sections in footer Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com>
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f21c832..9e1f67d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -73,7 +73,7 @@
{{ $sectionID = .section.id }}
{{ end }}
<li class="nav-item">
- <a class="smooth-scroll" href="/#{{ $sectionID }}">{{ .section.name }}</a>
+ <a class="smooth-scroll" href="{{ "" | absLangURL }}#{{ $sectionID }}">{{ .section.name }}</a>
</li>
{{ end }}
{{- end }}