aboutsummaryrefslogtreecommitdiff
path: root/_includes/link-listing.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-19 08:55:35 -0300
committerEuAndreh <eu@euandre.org>2020-12-19 08:55:35 -0300
commitfd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80 (patch)
tree1963c32ee4257b6ad12511949899ad06fe278856 /_includes/link-listing.html
parentdefault.nix: Don't start server on shellHook (diff)
downloadeuandre.org-fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80.tar.gz
euandre.org-fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80.tar.xz
Move images/ -> static/
Diffstat (limited to '')
-rw-r--r--_includes/link-listing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/link-listing.html b/_includes/link-listing.html
index d0bc891..e526f81 100644
--- a/_includes/link-listing.html
+++ b/_includes/link-listing.html
@@ -1,7 +1,7 @@
<h2>
{{ site.t[include.kind].listing[page.lang] }}
<a href="{{ site.t[include.kind].feed.url[page.lang] }}">
- <img class="simple-icon" src="/images/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" />
+ <img class="simple-icon" src="/static/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" />
</a>
</h2>