Skip to content

Commit

Permalink
Fix rel type
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Jul 21, 2024
1 parent f20045a commit 019acb9
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 @@ -121,7 +121,7 @@ exports.render = async function (data) {
id: "author-outer",
innerId: "author"
})}
${this.license("cc-by-nc-sa", "4.0", "license", true)}
${this.license("cc-by-nc-sa", "4.0", null, "license", true)}
· Feedback? Contact me on <a href="https://toot.cafe/@porges" rel="me">Mastodon</a>/<a href="https://bsky.app/profile/porg.es" rel="me">Bluesky</a>,
<a href="mailto:[email protected]?subject=Ways%20To%20Play" target="_blank" rel="me">email me</a>,
or <a href="https://github.com/Porges/ways-to-play/discussions/new">leave a note on GitHub</a>.
Expand Down

0 comments on commit 019acb9

Please sign in to comment.