aboutsummaryrefslogtreecommitdiff
path: root/_includes/categories.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/categories.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/categories.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/categories.html b/_includes/categories.html
index 10a9433..7f1e4cd 100644
--- a/_includes/categories.html
+++ b/_includes/categories.html
@@ -22,7 +22,7 @@
<h2 id="{{ category | replace:" ", "-" }}">
<a href="#{{ category | replace:" ", "-" }}">{{ category }}</a>
<a href="{% link {{ feed_link }} %}">
- <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>
<ul>