1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-15 17:06:39 +00:00

Add rss feeds to head of webpages

This commit is contained in:
Anson 2024-11-12 17:32:26 -07:00
parent cc77010f11
commit 6ebe9918e0
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,9 @@
<script src="p5/mover.js" defer></script>
<script src="p5/sketch.js" defer></script>
<link rel="alternate" type="application/rss+xml" title="Less Technical Blog" href="https://notes.ansonbiggs.com/rss/"/>
<link rel="alternate" type="application/rss+xml" title="Technical Blog" href="https://projects.ansonbiggs.com/index.xml"/>
</head>
<body>

View File

@ -20,6 +20,8 @@
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>"
/>
<link rel="alternate" type="application/rss+xml" title="Less Technical Blog" href="https://notes.ansonbiggs.com/rss/"/>
<link rel="alternate" type="application/rss+xml" title="Technical Blog" href="https://projects.ansonbiggs.com/index.xml"/>
</head>
<body>