mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Remove merge artifact
This commit is contained in:
parent
df943595a7
commit
7f4d90250f
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ The following example displays all tag keys:
|
|||
|
||||
<ul id="all-tags">
|
||||
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
||||
<<<<<<< HEAD
|
||||
<li><a href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}">{{ $name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue