Browse Source

fix rss feed link

pull/120/head
Jonathan 2 years ago
parent
commit
c20983b561
  1. 2
      layouts/blog/list.html

2
layouts/blog/list.html

@ -17,7 +17,7 @@
<div class="al-body-container" >
<ol class="post-list pl-0">
<button class="RSSFeedbtn" onclick="location.href='/feed/'">RSS Feed</button>
<button class="RSSFeedbtn" onclick="location.href='/blog/index.xml'">RSS Feed</button>
<section class="al-page-blog-post custom-blog-page-section" dir="ltr">

Loading…
Cancel
Save