File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ import { socialLinks } from "../data/socialLinks";
5
5
6
6
const today = new Date ();
7
7
8
- const links = socialLinks .concat ({
9
- label: " RSS" ,
10
- url: " /rss.xml" ,
11
- icon: " mdi:rss-feed" ,
12
- });
8
+ const links = socialLinks ;
9
+ // .concat({
10
+ // label: "RSS",
11
+ // url: "/rss.xml",
12
+ // icon: "mdi:rss-feed",
13
+ // });
13
14
---
14
15
15
16
<footer >
Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ const links = [
96
96
>
97
97
<IconSun />
98
98
</button >
99
- <a
99
+ <!-- < a
100
100
class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5 inline-flex items-center"
101
101
aria-label="RSS Feed"
102
102
href="/rss.xml"
103
103
>
104
104
<IconRSS />
105
- </a >
105
+ </a> -->
106
106
<a
107
107
href ={ githubUrl }
108
108
class =" inline-block text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5"
You can’t perform that action at this time.
0 commit comments