Skip to content

Commit 6045d78

Browse files
authored
433 fix tags layout (#472)
* Added tags class to tags list * display tags inline * Added di class to list * Removed tags class
1 parent ff21b7a commit 6045d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/ananke/css/_styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
.nested-links a{
1919
overflow-wrap: break-word;
20-
}
20+
}

layouts/partials/tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ul class="pa0">
22
{{ range .Params.tags }}
3-
<li class="list">
3+
<li class="list di">
44
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
55
{{- . -}}
66
</a>

0 commit comments

Comments
 (0)