mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 05:02:02 +08:00
Removing RenderString from taxonomy and term bodys
This commit is contained in:
parent
0e1e9102f1
commit
1c45908fc9
@ -5,8 +5,8 @@
|
||||
|
||||
{{- $title := partial "title.gotmpl" (dict "page" .) }}
|
||||
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
||||
{{ partial "partials/shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) | .RenderString }}
|
||||
{{ partial "partials/shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) }}
|
||||
|
||||
<footer class="footline">
|
||||
</footer>
|
||||
</article>
|
||||
</article>
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
{{- $title := partial "title.gotmpl" (dict "page" .) }}
|
||||
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
||||
{{ partial "partials/shortcodes/term.html" (dict "page" . "term" .) | .RenderString }}
|
||||
{{ partial "partials/shortcodes/term.html" (dict "page" . "term" .) }}
|
||||
|
||||
<footer class="footline">
|
||||
</footer>
|
||||
</article>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user