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:
parent
cc77010f11
commit
6ebe9918e0
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user