1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-25 07:41:22 +00:00

Add rss feeds to head of webpages

This commit is contained in:
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>