Skip to content

Commit

Permalink
remove list from tag partial
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Dec 22, 2020
1 parent bd0e20e commit 105501d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/partials/tags.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<ul>
{{ range .Params.tags }}
<li class="list">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link mid-gray dim bg-light-gray f6-m f5-l"/>
{{- . -}}
</a>
</li>
{{ end }}
</ul>

0 comments on commit 105501d

Please sign in to comment.