Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
feat(rss): add rss link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Nov 22, 2020
1 parent 2b7302c commit 4b1da26
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<div class="container">
<ul class="link-list">
<li>
<a href="mailto:feedback@stylebase.cc" rel="noopener">Contact Us</a>
<a href="/rss">RSS Feed</a>
</li>
<li>
<button class="link" type="button" @click="$emit('open-nav-link', 'showPrivacyModal')">Privacy Policy</button>
<a href="mailto:feedback@stylebase.cc" rel="noopener">Contact Us</a>
</li>
<li>
<a href="https://github.com/VChet/StyleBase" rel="noopener" target="_blank">Code on GitHub</a>
<button class="link" type="button" @click="$emit('open-nav-link', 'showPrivacyModal')">Privacy Policy</button>
</li>
<li>
<a href="https://github.com/VChet/StyleBase" rel="noopener" target="_blank">Code on GitHub</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 4b1da26

Please sign in to comment.