mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 09:44:38 -04:00
docs: Remove merge artifact
This commit is contained in:
parent
7722b32aaf
commit
cdc6d61ee9
@ -110,7 +110,6 @@ The following example displays all tag keys:
|
|||||||
|
|
||||||
<ul id="all-tags">
|
<ul id="all-tags">
|
||||||
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
||||||
<<<<<<< HEAD
|
|
||||||
<li><a href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}">{{ $name }}</a></li>
|
<li><a href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}">{{ $name }}</a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user