Skip to content

Commit

Permalink
Fix missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jul 9, 2024
1 parent 2a047c0 commit 797eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layout.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports.render = async function (data) {
})(window, document, "clarity", "script", "gzk1ekbi1n");
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage"${data.tags?.includes('article') ? ' itemref="breadcrumbs"' : ''}>
<body itemscope itemtype="http://schema.org/WebPage">
<div itemprop="isPartOf" itemscope itemtype="https://schema.org/WebSite">
<meta itemprop="url" content="https://games.porg.es/"/>
<meta itemprop="name" content="Ways To Play"/>
Expand Down

0 comments on commit 797eb55

Please sign in to comment.