diff --git a/exampleSite/content/math-typesetting.md b/exampleSite/content/math-typesetting.md
index c3d09bd..67440b7 100644
--- a/exampleSite/content/math-typesetting.md
+++ b/exampleSite/content/math-typesetting.md
@@ -1,11 +1,12 @@
---
author: Mivinci
title: Math Typesetting
-date: 2021-07-18T10:52:59+08:00
+date: 2020-07-18T10:52:59+08:00
description: A brief guide to write mathematical notation.
math: true
tags:
- KaTex
+ - markdown
---
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries like [KaTeX](https://katex.org) the one that Minima uses. Here's what you can do in the configuration file to enable it.
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4a4b6f4..317fe91 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,9 +6,14 @@
{{ .Title }}
{{ end }}
- {{ range .Data.Pages }}
- {{ partial "item.html" . }}
+ {{ range .Data.Pages.GroupByDate "2006" }}
+