From cb68b7be00b66c2adc91d5b93d5dda03aadff081 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 18 Feb 2026 22:17:38 +0100 Subject: [PATCH] fix: add rel=nofollow to FAB admin links AI crawlers (GPTBot) were following edit/create links in the static HTML, flooding the server with /posts/edit and /session/login requests. Adding nofollow tells well-behaved crawlers to skip these admin-only links. --- _includes/layouts/base.njk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index a20af0c..01d9e79 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -455,7 +455,7 @@ x-transition:leave-end="opacity-0 translate-y-4" class="fab-menu"> {% if mpUrl %} - + @@ -464,31 +464,31 @@
{% endif %} - + Page - + Bookmark - + Photo - + Article - +