Updating URLs for deployment
Adding trailing '/'
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<div class="d-flex justify-content-start">
|
||||
<div class="tags">
|
||||
{{- range . -}}
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
|
||||
<i class="fas fa-tag mr-2"></i>{{ . }}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="d-flex justify-content-start align-items-stretch">
|
||||
<div class="tags">
|
||||
{{- range . -}}
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
|
||||
<i class="fas fa-tag mr-2"></i>{{ . }}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="col-lg-9">
|
||||
<div class="tags my-3">
|
||||
{{- range . -}}
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">
|
||||
<a class="badge badge-dark mr-2" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
|
||||
<i class="fas fa-tag mr-2"></i>{{ . }}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user