From 2c9f79b087bad9ae32d4ebc987fed1d88bf03986 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 27 Feb 2023 00:09:14 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20wrong=20=20attribute?= =?UTF-8?q?s=20in=20badge=20templates=20(#304)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/page.html b/templates/page.html index 3f6cf653..fb38aca3 100644 --- a/templates/page.html +++ b/templates/page.html @@ -46,7 +46,7 @@ (1.4kB)

-  <a title="250kb club page" src="https://250kb.club/{{ page.slug }}">
+  <a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
     <img
       alt="badge: proud member of the 250kb club"
       src="https://250kb.club/simple_badge_dark.png"
@@ -61,7 +61,7 @@
       (1.7kB)
     
     

-  <a title="250kb club page" src="https://250kb.club/{{ page.slug }}">
+  <a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
     <img
       alt="badge: proud member of the 250kb club"
       src="https://250kb.club/simple_badge_bright.png"
@@ -76,7 +76,7 @@
       (4.0kB)
     
     

-  <a title="250kb club page" src="https://250kb.club/{{ page.slug }}">
+  <a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
     <img
       alt="badge: proud member of the 250kb club"
       src="https://250kb.club/color_badge_bright.png"
@@ -91,7 +91,7 @@
       (5.7kB)
     
     

-  <a title="250kb club page" src="https://250kb.club/{{ page.slug }}">
+  <a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
     <img
       alt="badge: proud member of the 250kb club"
       src="https://250kb.club/color_badge_dark.png"