diff --git a/exampleSite/content/post/01-hello-world/index.en-us.md b/exampleSite/content/post/01-hello-world/index.en-us.md
index cd8136f..4b33230 100644
--- a/exampleSite/content/post/01-hello-world/index.en-us.md
+++ b/exampleSite/content/post/01-hello-world/index.en-us.md
@@ -6,7 +6,7 @@ date: 2025-01-25T19:12:32+08:00
lastmod: 2025-01-25T19:12:32+08:00
categories:
- - Start building website
+ - StartBuilSite
tags:
- Hugo
diff --git a/exampleSite/content/post/03-markdown-syntax/index.en-us.md b/exampleSite/content/post/03-markdown-syntax/index.en-us.md
index 797cc10..7381366 100644
--- a/exampleSite/content/post/03-markdown-syntax/index.en-us.md
+++ b/exampleSite/content/post/03-markdown-syntax/index.en-us.md
@@ -11,7 +11,7 @@ originLink: https://mainroad-demo.netlify.app/demo/basic-elements/
categories:
- Example
- - Markdown Syntax
+ - MarkdownSyntax
tags:
- Markdown
@@ -40,7 +40,7 @@ Let's start with all possible headings, where the `
` - `` elements in HT
## Paragraph format
-According to [W3C](https://www.w3.org/)Defined [HTML5 Specification](https://www.w3.org/TR/html5/dom.html#elements),**HTML documents consist** of elements and text. The composition of each element consists of a [Start marker](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`< body>` , And [End Mark](https://www.w3.org/TR/html5/syntax.html#syntax), for example:` body>` .
+According to [W3C](https://www.w3.org/)Defined [HTML5 Specification](https://www.w3.org/TR/html5/dom.html#elements),**HTML documents consist** of elements and text. The composition of each element consists of a [Start marker](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`` , And [End Mark](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`` .
(*Some start and end markers may be omitted in certain situations and implied by other markers*.)
diff --git a/exampleSite/content/post/06-image-viewer/index.en-us.md b/exampleSite/content/post/06-image-viewer/index.en-us.md
index 927b2ad..68a6a0a 100644
--- a/exampleSite/content/post/06-image-viewer/index.en-us.md
+++ b/exampleSite/content/post/06-image-viewer/index.en-us.md
@@ -1,5 +1,5 @@
---
-title: "Image browsing Tool"
+title: "Image Browsing Tool"
description: "By default, images within the article will be browsed. Clicking on an image will display a larger image, while clicking on a blank space will close it."
Keywords: "image, image, browser, photo album"
diff --git a/exampleSite/content/post/10-math-formula/index.en-us.md b/exampleSite/content/post/10-math-formula/index.en-us.md
index f395081..c42df63 100644
--- a/exampleSite/content/post/10-math-formula/index.en-us.md
+++ b/exampleSite/content/post/10-math-formula/index.en-us.md
@@ -8,9 +8,9 @@ lastmod: 2025-01-29T20:50:02+08:00
categories:
- ThirdParty
- - Mathematical formulas
+ - Mathematical
tags:
- - Mathematical formulas
+ - Mathematical
- mathjax
- katex
diff --git a/exampleSite/content/post/11-mermaid-charts/index.en-us.md b/exampleSite/content/post/11-mermaid-charts/index.en-us.md
index e44e8b3..393b852 100644
--- a/exampleSite/content/post/11-mermaid-charts/index.en-us.md
+++ b/exampleSite/content/post/11-mermaid-charts/index.en-us.md
@@ -7,10 +7,10 @@ lastmod: 2025-01-29T21:01:13+08:00
categories:
- ThirdParty
- - Diagram sequence
+ - DiagramSequence
tags:
- - Process diagram
- - Timing diagram
+ - ProcessDiagram
+ - TimingDiagram
url: "demo/mermaid-charts.html"
toc: true
diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml
index 46dd782..c20e07b 100644
--- a/exampleSite/hugo.yaml
+++ b/exampleSite/hugo.yaml
@@ -571,7 +571,7 @@ params:
expired: false
# 是否开启摘要显示
# Enable summary
- summary: false
+ summary: true
# 文章内容中的提示信息设置
# Alert settings in post content
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 75d5b38..4e439c8 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -47,7 +47,7 @@
{{ if not (in $allSecondaryCats $primaryCategory) }}
-
+
{{ $primaryCategory }}
{{ $primaryCount }}
@@ -62,7 +62,7 @@
{{ end }}
{{ end }}
-
+
{{ . }}
{{ $secondaryCount }}