add author to guide title

This commit is contained in:
Justin Cooper 2025-03-04 14:18:16 -06:00
parent 5b903f3e15
commit fd07f28da2

View file

@ -24,7 +24,7 @@ layout: home
/> />
<span class="image-title"> <span class="image-title">
<span> <span>
<p>{{ guide.title }}</p> <p>{{ guide.title }} by {{ guide.author }}</p>
</span> </span>
<img alt="Made with CircuitPython Logo" <img alt="Made with CircuitPython Logo"
src="{{ "assets/images/made_with_circuitpython.svg" | src="{{ "assets/images/made_with_circuitpython.svg" |
@ -103,7 +103,7 @@ layout: home
/> />
<span class="image-title"> <span class="image-title">
<span> <span>
<p>{{ guide.title }}</p> <p>{{ guide.title }} by {{ guide.author }}</p>
</span> </span>
<img alt="Made with CircuitPython Logo" <img alt="Made with CircuitPython Logo"
src="{{ "assets/images/made_with_circuitpython.svg" | src="{{ "assets/images/made_with_circuitpython.svg" |
@ -143,7 +143,7 @@ layout: home
/> />
<span class="image-title"> <span class="image-title">
<span> <span>
<p>{{ guide.title }}</p> <p>{{ guide.title }} by {{ guide.author }}</p>
</span> </span>
<img alt="Made with CircuitPython Logo" <img alt="Made with CircuitPython Logo"
src="{{ "assets/images/made_with_circuitpython.svg" | src="{{ "assets/images/made_with_circuitpython.svg" |
@ -161,7 +161,7 @@ layout: home
/> />
<span class="image-title"> <span class="image-title">
<span> <span>
<p>{{ guide.title }}</p> <p>{{ guide.title }} by {{ guide.author }}</p>
</span> </span>
<img alt="Made with CircuitPython Logo" <img alt="Made with CircuitPython Logo"
src="{{ "assets/images/made_with_circuitpython.svg" | src="{{ "assets/images/made_with_circuitpython.svg" |