mirror of
https://gitlab.com/Cian-H/my_blog.git
synced 2025-12-22 22:31:58 +00:00
Updated front page to include recent posts
This commit is contained in:
9
layouts/partials/avatar.html
Normal file
9
layouts/partials/avatar.html
Normal 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 }}
|
||||
Reference in New Issue
Block a user