1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: correct the i18n for tab titles

This commit is contained in:
Cotes Chung
2022-09-20 15:25:09 +08:00
parent f1d9e99bc0
commit 0c5b697fd3
5 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
---
title: About
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
---

View File

@@ -1,6 +1,5 @@
---
layout: archives
title: Archives
icon: fas fa-archive
order: 3
---

View File

@@ -1,6 +1,5 @@
---
layout: categories
title: Categories
icon: fas fa-stream
order: 1
---

View File

@@ -1,6 +1,5 @@
---
layout: tags
title: Tags
icon: fas fa-tag
order: 2
---