From 63553fff749c28800bc55612dee5e05452b43103 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 10 Feb 2020 09:54:47 +0200 Subject: [PATCH] Add archives content file Also this reverts the previous commit --- content/archives.md | 5 +++++ content/post/_index.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/archives.md diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 00000000..98a1ee9d --- /dev/null +++ b/content/archives.md @@ -0,0 +1,5 @@ +--- +date: 2019-05-28 +type: section +layout: "archives" +--- \ No newline at end of file diff --git a/content/post/_index.md b/content/post/_index.md index 8b3c0ebb..7c6bd54f 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,5 +1,5 @@ +++ -aliases = ["posts","articles","blog","showcase","docs","archives"] +aliases = ["posts","articles","blog","showcase","docs"] title = "Posts" author = "Hugo Authors" tags = ["index"]