Skip to content

Commit 9f3315e

Browse files
committed
fix: meta with itemprop=dateModified in single post
1 parent 524f200 commit 9f3315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/layouts/Post.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</HeaderFullPage>
6464
<meta
6565
itemprop="dateModified"
66-
content="post.updated_at"
66+
:content="post.updated_at"
6767
>
6868

6969
<section

0 commit comments

Comments
 (0)