We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff21b7a commit 6045d78Copy full SHA for 6045d78
assets/ananke/css/_styles.css
@@ -17,4 +17,4 @@
17
18
.nested-links a{
19
overflow-wrap: break-word;
20
-}
+}
layouts/partials/tags.html
@@ -1,6 +1,6 @@
1
<ul class="pa0">
2
{{ range .Params.tags }}
3
- <li class="list">
+ <li class="list di">
4
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
5
{{- . -}}
6
</a>
0 commit comments