Skip to content

Commit cf44a25

Browse files
committed
fix: add avatar to og
1 parent 4de98f6 commit cf44a25

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

assets/images/avatar.png

190 KB
Loading

templates/post.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
author: m.author,
6161
published: m.date,
6262
tags: m.tags,
63+
image: "/images/avatar.png"
6364
)
6465
#if m.title != none {
6566
html.title(m.title + " | " + info.title)

0 commit comments

Comments
 (0)