diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2023-08-22 22:20:26 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2023-08-22 22:20:29 +0200 |
commit | 2b95c405ee6e075a18cbccf3865b583d24b09854 (patch) | |
tree | be3055041f8d0776065b52d027f3998d27c04a57 /jobs/homepage/index.html | |
parent | 674e0f6b96ec6eae28e731d2cb4fc59bcc70965f (diff) | |
download | garm-2b95c405ee6e075a18cbccf3865b583d24b09854.tar.gz |
Stop loading image from files page at build time
Diffstat (limited to 'jobs/homepage/index.html')
-rw-r--r-- | jobs/homepage/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/homepage/index.html b/jobs/homepage/index.html index b31aa6d..4550361 100644 --- a/jobs/homepage/index.html +++ b/jobs/homepage/index.html @@ -103,7 +103,7 @@ button:hover { <section> <h2>Kontaktinfo</h2> <div class="wrapper"> - <p>e-post: <img src="/epost.png" /></p> + <p>e-post: <img src="https://files.magnusson.space/images/epost.png" /></p> <p style="display: flex; align-items: center; flex-wrap: wrap"> <a href="https://github.com/FiloSottile/age">age</a>-nyckel: <div class="copy"> |