Skip to content

Commit b6ba511

Browse files
committed
fix: og on tag page
1 parent 67cbcb6 commit b6ba511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/tag.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#import "/templates/base.typ": base, colors
1+
#import "/templates/page.typ": page
22
#import "/utils/helpers.typ" as utils
33
#import "@tola/pages:0.0.0": pages
44

55
#let tag-listing(tag: none, body) = {
6-
show: base
6+
show: page.with(title: "posts tagged '" + tag + "'")
77

88
html.h1(class: "text-4xl font-bold text-center mb-8")[posts tagged '#tag']
99

0 commit comments

Comments
 (0)