forked from cadey/xesite
templates/blogindex: link to feeds
This commit is contained in:
parent
56e8ebc1cb
commit
cbfa82218c
|
@ -5,6 +5,8 @@
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<h1>Blogposts</h1>
|
<h1>Blogposts</h1>
|
||||||
|
|
||||||
|
<p>If you have a compatible reader, be sure to check out my <a href="/blog.rss">RSS Feed</a> for automatic updates. Also check out the <a href="/blog.json">JSONFeed</a>.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
|
|
Loading…
Reference in New Issue