Updated front page to include recent posts

This commit is contained in:
2025-03-05 01:08:14 +00:00
parent 0566eee1e2
commit 88a5678e45
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{ if .Site.Params.author.avatar }}
<div class="authorImageWrapper">
<img
src="{{ .Site.Params.author.avatar }}"
alt="{{ .Site.Params.author.name }}"
class="{{ .Site.Params.author.avatarSize | default "size-m" }}"
/>
</div>
{{ end }}