47 lines
929 B
Plaintext
47 lines
929 B
Plaintext
extends templates/main
|
|
|
|
block content
|
|
header
|
|
h1
|
|
| Feeds
|
|
nav
|
|
| >>
|
|
a(href="/feeds") feeds
|
|
nav
|
|
| Go to:
|
|
a(href="/about") about me
|
|
| |
|
|
a(href="/blog") blog
|
|
| |
|
|
a(href="/notes") notes
|
|
|
|
main
|
|
ul
|
|
li
|
|
p
|
|
| Feed for blog posts and notes (
|
|
a(href="/feed/all") RSS
|
|
| -
|
|
a(href="/feed/all.atom") ATOM
|
|
| -
|
|
a(href="/feed/all.json") JSON
|
|
| )
|
|
li
|
|
p
|
|
| Feed for blog posts (
|
|
a(href="/feed/blog") RSS
|
|
| -
|
|
a(href="/feed/blog.atom") ATOM
|
|
| -
|
|
a(href="/feed/blog.json") JSON
|
|
| )
|
|
li
|
|
p
|
|
| Feed for notes (
|
|
a(href="/feed/notes") RSS
|
|
| -
|
|
a(href="/feed/notes.atom") ATOM
|
|
| -
|
|
a(href="/feed/notes.json") JSON
|
|
| )
|