1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

Fix blog RSS feed link

This commit is contained in:
RGBCube 2024-02-16 12:53:14 +03:00
parent e2df6a5357
commit 0bf35329cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<meta name="theme-color" content="{{ color }}">
<link rel="alternate" type="application/rss+xml" href="https://rgbcu.be/feed.rss">
<link rel="alternate" type="application/rss+xml" href="/blog.rss">
<meta property="og:type" content="{{ type }}">
<meta property="og:locale" content="en">

View file

@ -7,7 +7,7 @@ title: Blog
<h1>Blog Articles</h1>
Are you old? Then you might want to check out my super cool
<a href="/feed">RSS Feed</a> too!
<a href="/blog.rss">RSS Feed</a> too!
<ul>
{{ for article of search.pages("type=article", "date")}}