aboutsummaryrefslogtreecommitdiff
path: root/_includes
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
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
-rw-r--r--_includes/link-listing.html2
2 files changed, 2 insertions, 2 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>
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>