Skip to content

Commit 6094d62

Browse files
authored
Fix broken image links and copyright year (#34)
1 parent f0c300d commit 6094d62

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

2024/07/12/ukulele-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h3>Daily Practice (75-90 minutes)</h3>
8484
<ul>
8585
<li>15 min: Speed and dexterity exercises</li>
8686
<li>20 min: Advanced chord shapes and voicings
87-
<img alt="Ukulele jazz chord shapes" src="{{ '/assets/images/jazz-chords.png' | relative_url }}" /></li>
87+
<img alt="Ukulele jazz chord shapes" src="/assets/images/jazz-chords.png" /></li>
8888
<li>20 min: Combination techniques (strumming + picking)</li>
8989
<li>20-35 min: Performance pieces</li>
9090
</ul>

2024/07/12/ukulele.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>Ukulele</h1>
7777
* kamaka soprano D tuning, anuenue, martin, kiwaya
7878
* gnuf, ukulele hooley
7979
* split and fan stroke</p>
80-
<p><img alt="George Formby split stroke diagram" src="{{ '/assets/images/george-formby-split-stroke.png' | relative_url }}" /></p>
80+
<p><img alt="George Formby split stroke diagram" src="/assets/images/george-formby-split-stroke.png" /></p>
8181
<ul>
8282
<li>3 triple, split, fan, George Formby stroke</li>
8383
<li>chord is strings named from G to A, e.g. 0003</li>
@@ -114,12 +114,12 @@ <h1>Ukulele</h1>
114114
<li>9</li>
115115
<li>10 Bodysurfer and scales</li>
116116
</ul>
117-
<p><img alt="Bodysurfer melody and scale diagram" src="{{ '/assets/images/bodysurfer1.png' | relative_url }}" /></p>
117+
<p><img alt="Bodysurfer melody and scale diagram" src="/assets/images/bodysurfer1.png" /></p>
118118
<ul>
119119
<li>11 Bodysurfer final</li>
120120
<li>12 Bodysurfer advanced chords</li>
121121
</ul>
122-
<p><img alt="Bodysurfer advanced chord progression" src="{{ '/assets/images/bodysurfer2.png' | relative_url }}" /></p>
122+
<p><img alt="Bodysurfer advanced chord progression" src="/assets/images/bodysurfer2.png" /></p>
123123
<ul>
124124
<li>13 Bodysurfer muted section</li>
125125
<li>14 Shut down</li>
@@ -131,16 +131,16 @@ <h1>Ukulele</h1>
131131
<li>20</li>
132132
<li>21 Shut down</li>
133133
</ul>
134-
<p><img alt="Shutdown exercise step one" src="{{ '/assets/images/shutdown1.png' | relative_url }}" />
135-
<img alt="Shutdown exercise step two" src="{{ '/assets/images/shutdown2.png' | relative_url }}" />
136-
<img alt="Shutdown exercise step three" src="{{ '/assets/images/shutdown3.png' | relative_url }}" /></p>
134+
<p><img alt="Shutdown exercise step one" src="/assets/images/shutdown1.png" />
135+
<img alt="Shutdown exercise step two" src="/assets/images/shutdown2.png" />
136+
<img alt="Shutdown exercise step three" src="/assets/images/shutdown3.png" /></p>
137137
<ul>
138138
<li>22</li>
139139
<li>23 Shutdown bodysurfer 12th street rag</li>
140140
<li>24 Jazz</li>
141141
<li>25 Jazz chords and fretboard notes</li>
142142
</ul>
143-
<p><img alt="Ukulele jazz chord shapes" src="{{ '/assets/images/jazz-chords.png' | relative_url }}" /></p>
143+
<p><img alt="Ukulele jazz chord shapes" src="/assets/images/jazz-chords.png" /></p>
144144
<ul>
145145
<li>26 Chords in key of C</li>
146146
<li>27 Funk</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Misc</h2>
6161
</section>
6262
</main>
6363
<footer class="site-footer">
64-
<small>&copy; 2026 Streamcode9</small>
64+
<small>&copy; 2025 Streamcode9</small>
6565
</footer>
6666
</body>
6767
</html>

0 commit comments

Comments
 (0)