Skip to content

Commit ea9975a

Browse files
author
Khusika Dhamar Gusti
committed
fix(footer): Remove duplicate slash
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
1 parent a8f9aba commit ea9975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/single/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{{- if $params.improvearticle -}}
4141
<span>
4242
&nbsp;|&nbsp;
43-
<a class="link-to-markdown" href="{{$params.improvearticle}}/{{.File.Path}}" target="_blank">
43+
<a class="link-to-markdown" href="{{$params.improvearticle}}{{.File.Path}}" target="_blank">
4444
{{- T "improveArticle" -}}
4545
</a>
4646
</span>

0 commit comments

Comments
 (0)