diff options
author | mjfernez <mjf@mjfer.net> | 2023-11-22 13:55:19 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-11-22 13:55:19 -0500 |
commit | 1c5025d54c3a8244fcbe818f96dea49e51054ba6 (patch) | |
tree | 22615506663bd546e430feea1c2ca3c4a58513b4 /home.html | |
parent | f602bb95e0b1160274bed0f125b8cfdedff3af96 (diff) | |
download | site-files-1c5025d54c3a8244fcbe818f96dea49e51054ba6.tar.gz |
Update to new media directory syntax
Diffstat (limited to 'home.html')
-rw-r--r-- | home.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -43,9 +43,9 @@ learn the ins and outs of hosting your own, click <a href="https://www.linkedin.com/in/mike-fernez-357878108" target="_blank" rel="noopener noreferrer"> - <img class="icon" src="/static/linkedin.svg" /></a> + <img class="icon" src="/static/media/linkedin.svg" /></a> <a href="https://github.com/mjfernez" target="_blank" rel="noopener noreferrer"> - <img class="icon" src="/static/github.svg" /></a> + <img class="icon" src="/static/media/github.svg" /></a> <br> Most of what I'm working on (including this site) is kept at <a href="https://git.mjfer.net" target="_blank" rel="noopener noreferrer"> @@ -59,23 +59,23 @@ learn the ins and outs of hosting your own, click <td> <a href="https://my.fsf.org/join?referrer=5575602" target="_blank" rel="noopener noreferrer"> - <img src="/static/5575602.png"/> + <img src="/static/media/5575602.png"/> </a> </td> <td> <a href="https://gifcities.org/"> - <img src="/static/vim.gif" /> + <img src="/static/media/vim.gif" /> </a> </td> <td> <a href="https://anybrowser.org/campaign/abgraphics.html#AllGraphics"> - <img src="/static/brain.gif" /> + <img src="/static/media/brain.gif" /> </a> </td> </tr> </table> <a href="https://web.archive.org/web/20091022172313/http://geocities.com/salat2001de/hitch/hitchhiker.html"> - <img src="/static/panic.gif" /> + <img src="/static/media/panic.gif" /> </a> </center> {% endblock %} |