mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Fix blog RSS feed link
This commit is contained in:
parent
e2df6a5357
commit
0bf35329cc
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<meta name="theme-color" content="{{ color }}">
|
<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:type" content="{{ type }}">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
|
|
|
@ -7,7 +7,7 @@ title: Blog
|
||||||
<h1>Blog Articles</h1>
|
<h1>Blog Articles</h1>
|
||||||
|
|
||||||
Are you old? Then you might want to check out my super cool
|
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>
|
<ul>
|
||||||
{{ for article of search.pages("type=article", "date")}}
|
{{ for article of search.pages("type=article", "date")}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue