add author to guide title
This commit is contained in:
parent
5b903f3e15
commit
fd07f28da2
1 changed files with 4 additions and 4 deletions
|
|
@ -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" |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue