From 365f72c4044b42d4f4569fd33906e6f0a39b99f3 Mon Sep 17 00:00:00 2001 From: abc15018045126 Date: Thu, 2 Jan 2025 07:41:19 -0500 Subject: [PATCH] 1 --- _data/navigation.yml | 4 ++-- _includes/footer.html | 2 ++ _pages/year-archive.md | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 _pages/year-archive.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..8c1e7beb34e0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,8 +4,8 @@ main: url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ # - title: "About" # url: https://mmistakes.github.io/minimal-mistakes/about/ - # - title: "Sample Posts" - # url: /year-archive/ + - title: "year-archive" + url: /year-archive/ # - title: "Sample Collections" # url: /collection-archive/ # - title: "Sitemap" diff --git a/_includes/footer.html b/_includes/footer.html index 2b2b7ee1e479..3fe0755a3747 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -15,6 +15,8 @@ {% unless site.atom_feed.hide %}
  • {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}
  • {% endunless %} +
  • GitHub
  • +
  • YouTube diff --git a/_pages/year-archive.md b/_pages/year-archive.md new file mode 100644 index 000000000000..ce91022287d5 --- /dev/null +++ b/_pages/year-archive.md @@ -0,0 +1,7 @@ +--- +title: "Posts by Year" +layout: posts +permalink: /year-archive/ +taxonomy: year +custom_sidebar: true +--- \ No newline at end of file