diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/extend_footer.html | 4 |
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"> </icon>'; +</script> |