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 80847a5 commit b0138aeCopy full SHA for b0138ae
1 file changed
layouts/_default/article.html
@@ -12,7 +12,7 @@
12
{{ end }}
13
</a>
14
<div class="px-4 pt-4">
15
- <ul class="flex flex-wrap">
+ <ul class="flex flex-wrap h-10">
16
{{ range $key, $value := .Params.tags }}
17
<li class="text-base font-bold text-[#1D65A6]">
18
<a href="/tags/{{ $value | urlize }}">{{ $value }}</a>{{ if ne $key (sub ( len $.Params.tags) 1) }}, {{ else }}{{ end }}
@@ -24,7 +24,7 @@ <h3 class="text-xl font-extrabold sm:h-36">
24
<a href="{{ .Permalink}}" class="block">{{ .Title }}</a>
25
</h3>
26
<div class="mb-4">
27
- <p class="my-4 sm:mt-auto">
+ <p class="my-4">
28
{{ .Summary | markdownify | truncate 240 }}
29
</p>
30
</div>
0 commit comments