layouts: sync after merge

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-19 00:42:28 +05:30
parent 7552259973
commit 4ae9147900
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<!-- Twitter -->
{{ partial "social_metadata.html" . }}
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
{{ partial "favicon.html" }}
<!-- Styles -->
{{ block "styles" . }} {{ end }} <!-- Get "style_opts" variable from "styles" block -->

View File

@ -1,7 +1,7 @@
<ul class="tags__list">
{{ range $category, $value := $.Site.Taxonomies.categories }}
<li class="tag__item">
<a class="tag__link" href="{{ "/categories/" | relLangURL}}{{ $category | urlize }}">{{ $category | urlize }} ({{ len $value }})</a>
<a class="tag__link" href="{{ "/categories/" | relLangURL}}{{ $category | urlize }}/">{{ $category | urlize }} ({{ len $value }})</a>
</li>
{{ end }}
</ul>