diff --git a/README.md b/README.md index 3b6c3ba..a39a9e8 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ cp themes/lugo/static/style.css static/ ## stuff - Makes one RSS feed for the entire site at `/index.xml` -- Stylesheet is in `/style.css`. +- Stylesheet is in `/style.css` and includes some important stuff for partials. - If a post is tagged, links to the tags are placed at the bottom of the post. +- `nextprev.html` adds links to the Next and Previous articles to the bottom of a page. +- `taglist.html` links all tags an article is tagged to for related content.