Skip to content

Commit

Permalink
fix rss link
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Feb 16, 2024
1 parent d4b9cd5 commit 612dbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blog/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const { page, frontmatter } = useData()
<a
class="hover:text-gray-700 dark:hover:text-gray-200"
href="/blog/feed.rss"
target="_self"
>RSS<span class="hidden sm:inline"> Feed</span></a
>
<span class="mr-2 ml-2">·</span>
Expand Down

0 comments on commit 612dbde

Please sign in to comment.