add calendar page to menu
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M config.toml → config.toml
@@ -41,6 +41,9 @@ [[menu]] name = "Posts" url = "/post/" [[menu]] + name = "Calendar" + url = "/calendar" +[[menu]] name = "Feed" url = "/atom.xml" [[menu]]