diff --git a/_includes/index/learn_block.html b/_includes/index/learn_block.html index 32505b48c..350a11198 100644 --- a/_includes/index/learn_block.html +++ b/_includes/index/learn_block.html @@ -1,15 +1,16 @@
{% assign guide = site.data.guides[include.index] %} - {{ guide.image_alt_attribute }} + {{ guide.image_alt_attribute }}

{{ guide.title }} by {{ guide.author }}

Made with CircuitPython Logo + src="{{ "assets/images/made_with_circuitpython.svg" | + relative_url }}" + loading="lazy" />
diff --git a/index.html b/index.html index 3421c6ffa..3f660e552 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,8 @@ layout: home
Brain Circuit Icon + relative_url }}" + loading="lazy" />

Beginner Friendly

@@ -47,7 +48,8 @@ layout: home

Microchip Icon + relative_url }}" + loading="lazy" />

File Storage

@@ -58,7 +60,8 @@ layout: home

Files Icon + relative_url }}" + loading="lazy" />

Easy Code Updates

@@ -70,7 +73,8 @@ layout: home

Terminal Icon + relative_url }}" + loading="lazy" />

Serial Console + REPL