Tag

John Doe 2025-02-18 19:37:31
Categories: Tags:

You need to manually create the Tag page for the first time when using the theme.

1
hexo new page tags

After the creation is successful, modify /source/tags/index.md and add the layout attribute.

The modified file example is as follows:

index.md
1
2
3
4
5
6
---
title: Tag
layout: tags
---

//Content