Skip to content

Commit

Permalink
Make RSS FEED available
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Jul 7, 2024
1 parent 1ca047c commit 0c9989c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="info">
<div class="about-me">
<h2 id="about-me">About me</h2>
<p>Hi! I'm Alejandra (a.k.a <b><a href="https://github.com/blyxyas">@blyxyas</a></b>), a Spanish programmer, cat lover and girly girl ✨ I spend the majority of my time working on <a href="https://github.com/rust-lang/rust">Rust</a>, making it faster, reviewing contributor's PRs, and sending cat faces like (^._.^)ノ or (=`ω´=). <sub>Please don't judge.</sub> If you'd like to know more about me, you can always send me an email at blyxyas at gmail dot com<br><br>So yeah, this is my blog, you can go to my special <a href="https://goose.love/">About Me page</a> for more special effects!</p>
<p>Hi! I'm Alejandra (a.k.a <b><a href="https://github.com/blyxyas">@blyxyas</a></b>), a Spanish programmer, cat lover and girly girl ✨ I spend the majority of my time working on <a href="https://github.com/rust-lang/rust">Rust</a>, making it faster, reviewing contributor's PRs, and sending cat faces like (^._.^)ノ or (=`ω´=). <sub>Please don't judge.</sub> If you'd like to know more about me, you can always send me an email at blyxyas at gmail dot com<br><br>So yeah, this is my blog, you can go to my special <a href="https://goose.love/">About Me page</a> for more special effects!</p><br><a href="https://blog.goose.love/index.xml">RSS FEED</a>
</div>
<div class="sponsor-me">
<h2 id="sponsor-me">Supporting my work</h2>
Expand Down
4 changes: 4 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap" rel="stylesheet">
<link rel="canonical" href="https://blog.goose.love/" />
<link rel="me" href="https://tech.lgbt/@blyxyas" />
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}

{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}

0 comments on commit 0c9989c

Please sign in to comment.