diff --git a/content b/content index 8db82fa..3c9a2a5 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit 8db82fa42eaa076f7ad6b9cc5663e62da741d660 +Subproject commit 3c9a2a5e85af0b5fe60f456da6eb84489589e384 diff --git a/src/routes/index.js b/src/routes/index.js index fbe6491..f579290 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -16,7 +16,7 @@ router.use(blog_index); router.use(robots); -router.use(contact); +// router.use(contact); router.use(sitemap); router.use(pages); diff --git a/src/routes/pages.js b/src/routes/pages.js index 5e8fdc2..8789114 100644 --- a/src/routes/pages.js +++ b/src/routes/pages.js @@ -23,6 +23,7 @@ construction.register("/rss-feed.xml", "RSS Feed"); construction.register("/tags", "Tags"); construction.register("/blog", "Blog"); +construction.register("/contact", "Contact Me"); markdown.register("/tools", "tools", "tools"); markdown.register("/about/me", "about-me");