There was an error while loading. Please reload this page.
1 parent 4810963 commit 9124931Copy full SHA for 9124931
1 file changed
layouts/_partials/widget/taxonomy.html
@@ -5,7 +5,6 @@
5
{{- end -}}
6
7
{{- $taxonomyPage := $taxonomy.Page -}}
8
-
9
{{- $limit := default 10 .Params.limit -}}
10
{{- $icon := default .Params.taxonomy .Params.icon -}}
11
{{- $showLink := default false .Params.showLink -}}
@@ -17,10 +16,10 @@
17
16
<h2 class="widget-title section-title">
18
{{ if $showLink }}
19
<a href="{{ $taxonomyPage.RelPermalink }}">
20
- {{ default .Params.title $taxonomyPage.Title }}
+ {{ .Params.title }}
21
</a>
22
{{ else }}
23
24
{{ end }}
25
</h2>
26
0 commit comments