From 019acb91b1cf992de522c9f9741b3531238a2d83 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Sun, 21 Jul 2024 03:04:13 +0000 Subject: [PATCH] Fix rel type --- src/_includes/layout.11ty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/layout.11ty.js b/src/_includes/layout.11ty.js index 02100590..ebe5a1a4 100644 --- a/src/_includes/layout.11ty.js +++ b/src/_includes/layout.11ty.js @@ -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 Mastodon/Bluesky, email me, or leave a note on GitHub.