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 bfded15 commit 35e3719Copy full SHA for 35e3719
website/layouts/highlights/li.html
@@ -28,7 +28,7 @@
28
{{ partial "author-with-avatar.html" . }}
29
30
31
- <div class="block space-y-1.5">
+ <div class="block space-y-1.5 mt-1.5">
32
{{ with $badges.type }}
33
{{ $color := cond (eq . "deprecation") "red" "blue" }}
34
{{ partial "badge.html" (dict "prefix" "type" "word" . "color" $color "inline" true) }}
0 commit comments