We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c516d commit fb56b3cCopy full SHA for fb56b3c
layouts/post.shtml
@@ -1,6 +1,10 @@
1
<extend template="base.shtml">
2
<title id="title" :text="$page.title"></title>
3
<head id="head">
4
+ <meta property="og:title" content="$page.title">
5
+ <meta property="og:type" content="article">
6
+ <meta property="og:site_name" content="Zigtools">
7
+ <meta property="article:author" content="$page.author">
8
<style>
9
#prev-next {
10
display: flex;
0 commit comments