commit 8d05847f7bdc419aea08404721685f69e49ff4d0 parent 52cff29a7b3457ea1ed1396a259e8f3ebea67b1f Author: Luke Smith <luke@lukesmith.xyz> Date: Mon, 11 Jul 2022 16:37:17 -0400 lol Diffstat:
| M | README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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.