Skip to content

Commit

Permalink
433 fix tags layout (#472)
Browse files Browse the repository at this point in the history
* Added tags class to tags list

* display tags inline

* Added di class to list

* Removed tags class
  • Loading branch information
jack-handley authored Feb 2, 2022
1 parent ff21b7a commit 6045d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/ananke/css/_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

.nested-links a{
overflow-wrap: break-word;
}
}
2 changes: 1 addition & 1 deletion layouts/partials/tags.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul class="pa0">
{{ range .Params.tags }}
<li class="list">
<li class="list di">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
{{- . -}}
</a>
Expand Down

0 comments on commit 6045d78

Please sign in to comment.