summaryrefslogtreecommitdiff
path: root/src/directive/shortcut.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-07refactor: move directive errors to src/directive/mod.rsLars Wirzenius1-4/+3
2023-01-07refactor: rename SiteError to RikiErrorLars Wirzenius1-3/+3
2022-11-09refactor: directive processing returns Processed valueLars Wirzenius1-3/+3
2022-11-09refactor: use trait for all directive implementationsLars Wirzenius1-15/+16
2022-09-01feat: allow shortcuts to be defined anywhereLars Wirzenius1-1/+8
2022-09-01feat: process pages in orderLars Wirzenius1-3/+3
2022-08-10feat: implement shortcut directiveLars Wirzenius1-11/+18
2022-08-06feat: add placeholder for directive shortcutLars Wirzenius1-0/+27