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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-25 18:18:09 +0300
committertosi29 <tosi16@gmail.com>2019-05-25 18:18:09 +0300
commitb544c570a729013b1fc86d1bed99acf092b92dc4 (patch)
treef00da288b39c1dfcb5ebcd16f9cf95e7da31c4a6
parent4f211d941a9095b16ab4cc05d5f22b40bf31b5c0 (diff)
Refine archives
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index c46df7b..f53c42a 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -36,7 +36,7 @@
<h2>{{ T "archives_title" }}</h2>
<ul>
{{- range $name, $items := .Site.Taxonomies.archives -}}
- <li><a href="{{- "archives/" | relLangURL -}}{{- $name | urlize | lower -}}">{{ $name | title }}</a> ({{ $items.Count }})</li>
+ <li><a href="{{- "archives/" | relLangURL -}}{{- $name | urlize | lower -}}">{{ $name | title }} ({{ $items.Count }})</a></li>
{{- end }}
</ul>
</aside>