summaryrefslogtreecommitdiff
path: root/layouts/partials/extend_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/extend_footer.html')
-rw-r--r--layouts/partials/extend_footer.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/extend_footer.html b/layouts/partials/extend_footer.html
new file mode 100644
index 0000000..970c63e
--- /dev/null
+++ b/layouts/partials/extend_footer.html
@@ -0,0 +1,4 @@
+<script>
+ /* Modify the rss menu item with the icon */
+ document.getElementById('menu').querySelector('li a[title="rss"]').innerHTML = '<icon class="rss">&nbsp;&nbsp;</icon>';
+</script>