35 lines
731 B
Plaintext
35 lines
731 B
Plaintext
extends templates/main
|
|
|
|
block content
|
|
include partials/nav
|
|
|
|
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
|
|
| )
|