Skip to content

Commit 8dde602

Browse files
committed
feat: add structured Data for pages
1 parent 7605ee6 commit 8dde602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/headMeta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
<meta property="og:image" content="{{ .Site.BaseURL }}og-image.jpg">
2323
<meta property="og:image:type" content="image/jpg">
2424
<meta property="og:image:width" content="1200">
25-
<meta property="og:image:height" content="630">
25+
<meta property="og:image:height" content="630">

layouts/partials/structuredData.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
}
6262
]
6363
}]
64-
</script>
64+
</script>

0 commit comments

Comments
 (0)