Skip to content

Commit

Permalink
Add reddit to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Jul 19, 2021
1 parent 424321c commit 5238497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/static/img/r-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/resources/static/sw.js
Expand Up @@ -9,7 +9,7 @@
*/


const cacheName = '9';
const cacheName = '10';
const staticAssets = [

'/sw.js',
Expand Down Expand Up @@ -86,6 +86,7 @@ const staticAssets = [
'/img/f-icon.svg',
'/img/g-icon.svg',
'/img/m-icon.svg',
'/img/r-icon.svg',
'/img/t-icon.svg',
'/img/icon.png'
];
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/templates/fragments.html
Expand Up @@ -123,6 +123,8 @@
</div>
<div class="column">
<div class="has-text-centered">
<a href="https://www.reddit.com/r/Alovoa/"><img src="/img/r-icon.svg" style="height: 20px;"
alt="reddit"></a>
<a href="https://twitter.com/alovoa_love"><img src="/img/t-icon.svg" style="height: 20px;"
alt="twitter"></a>
<a href="https://mastodon.social/@alovoa_love"><img src="/img/m-icon.svg" style="height: 20px;"
Expand Down

0 comments on commit 5238497

Please sign in to comment.