From 6fe4462e53ea300d3734301edba33cb1866fa777 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Thu, 24 Jun 2021 20:34:12 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/partials/taxonomy/template.html | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/layouts/partials/taxonomy/template.html b/layouts/partials/taxonomy/template.html
index a94d51b..407910e 100644
--- a/layouts/partials/taxonomy/template.html
+++ b/layouts/partials/taxonomy/template.html
@@ -1,12 +1,14 @@
{{- $linkClass := .linkClass -}}
{{- $linkBase := .linkBase -}}
+
<span class="separator">
- {{- range $index, $el := .items -}}
- <!-- Replace certain special characters with their URL encoded counterparts -->
- {{- $item := replace . "#" "%23" -}}
- {{- $item = replace $item "." "%2e" -}}
- {{- $link := ( printf "%s/%s/" $linkBase ( $item | urlize ) ) | relLangURL -}}
- <a class="{{$linkClass}}" href="{{$link}}">{{- . -}}</a>
- {{- end -}}
-</span>
\ No newline at end of file
+ {{- range $index, $el := .items -}}
+ <!-- Replace certain special characters with their URL encoded counterparts -->
+ {{- $item := replace . "#" "%23" -}}
+ {{- $item = replace $item "." "%2e" -}}
+ {{- $link := ( printf "%s/%s/" $linkBase ( $item | urlize ) ) | relLangURL -}}
+ <a class="{{ $linkClass }}" href="{{ $link }}">{{- . -}}</a>
+
+ {{- end -}}
+</span>
--
Gitblit v1.10.0