aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-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>