15 lines
407 B
HTML
15 lines
407 B
HTML
{{ define "title" }}
|
|
<title>Feeds - Christine Dodrill</title>
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<h1>Feeds</h1>
|
|
|
|
<ul>
|
|
<li>Blog: <a href="/blog.rss">RSS</a> - <a href="/blog.json">JSONFeed</a></li>
|
|
<li>Twitter: <a href="https://rssbox.herokuapp.com/twitter/2573767249/theprincessxena">RSS</a></li>
|
|
<li>Mastodon: <a href="https://mst3k.interlinked.me/users/cadey.rss">RSS</a></li>
|
|
</ul>
|
|
|
|
{{ end }}
|