We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f48eac commit 5519f5bCopy full SHA for 5519f5b
layouts/partials/author_sidebar.html
@@ -4,6 +4,9 @@
4
<div class="my-auto">
5
<img src="{{ .RelPermalink }}/{{ .Params.avatar }}" class="w-10 h-10 rounded-full"
6
alt="{{.LinkTitle}}">
7
+ <h1 class="text-lg charcoal font-bold">
8
+ {{.Title}}
9
+ </h1>
10
</div>
11
{{ end }}
12
0 commit comments