mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
Fix wrong <a src=…> attributes in badge templates (#304)
This commit is contained in:
parent
07657f9b8d
commit
2c9f79b087
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
|||
(1.4kB)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<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)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<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)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<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)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<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"
|
||||
|
|
Loading…
Add table
Reference in a new issue