Skip to content

Commit fd07f28

Browse files
committed
add author to guide title
1 parent 5b903f3 commit fd07f28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>The easiest way to program microcontrollers</h1>
2424
/>
2525
<span class="image-title">
2626
<span>
27-
<p>{{ guide.title }}</p>
27+
<p>{{ guide.title }} by {{ guide.author }}</p>
2828
</span>
2929
<img alt="Made with CircuitPython Logo"
3030
src="{{ "assets/images/made_with_circuitpython.svg" |
@@ -103,7 +103,7 @@ <h3>Serial Console + REPL</h3>
103103
/>
104104
<span class="image-title">
105105
<span>
106-
<p>{{ guide.title }}</p>
106+
<p>{{ guide.title }} by {{ guide.author }}</p>
107107
</span>
108108
<img alt="Made with CircuitPython Logo"
109109
src="{{ "assets/images/made_with_circuitpython.svg" |
@@ -143,7 +143,7 @@ <h2>Supported by all of the best microcontrollers</h2>
143143
/>
144144
<span class="image-title">
145145
<span>
146-
<p>{{ guide.title }}</p>
146+
<p>{{ guide.title }} by {{ guide.author }}</p>
147147
</span>
148148
<img alt="Made with CircuitPython Logo"
149149
src="{{ "assets/images/made_with_circuitpython.svg" |
@@ -161,7 +161,7 @@ <h2>Supported by all of the best microcontrollers</h2>
161161
/>
162162
<span class="image-title">
163163
<span>
164-
<p>{{ guide.title }}</p>
164+
<p>{{ guide.title }} by {{ guide.author }}</p>
165165
</span>
166166
<img alt="Made with CircuitPython Logo"
167167
src="{{ "assets/images/made_with_circuitpython.svg" |

0 commit comments

Comments
 (0)