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 820a319 commit 7e64956Copy full SHA for 7e64956
layouts/index.html
@@ -90,11 +90,8 @@ <h4 class="text-xl font-semibold mb-1">
90
<span>{{ .Date.Format "January 2, 2006" }}</span>
91
</li>
92
{{ if .Params.author }}
93
- <li class="flex items-start">
94
- <span class="mx-1.5 flex-shrink-0 mt-px">|</span>
95
- <span class="flex-shrink-0 mt-px">
96
- {{ partial "icon.html" (dict "style" "regular" "name" "circle-user" "class" "mr-1.5") }}
97
- </span>
+ <li class="flex items-center">
+ {{ partial "icon.html" (dict "style" "regular" "name" "circle-user" "class" "mr-1.5") }}
98
<span>By {{ partial "components/author-links.html" . }}</span>
99
100
{{ end }}
0 commit comments