Skip to content

Commit

Permalink
feat(footer): add rss icon to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jun 28, 2023
1 parent 429eafc commit a5697cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
</span>
</a>
{/each}

<a
class="has-tooltip-arrow has-tooltip-bottom"
href="/rss.xml"
target="_blank"
data-tooltip="RSS Feed"
>
<span class="icon is-large has-text-white mx-3">
<i class="mdi mdi-24px mdi-rss" />
</span>
</a>

<hr class="has-background-grey-dark" />
<div class="is-size-6">
&copy; {currentYear}
Expand Down

0 comments on commit a5697cb

Please sign in to comment.