🐛 Fixed category for i18n & English articles.
This commit is contained in:
parent
5190eb1920
commit
f7983d906a
@ -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
|
||||
|
@ -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 `<h1>` - `<h6>` 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:`<body>` , And [End Mark](https://www.w3.org/TR/html5/syntax.html#syntax), for example:`</body>` .
|
||||
|
||||
(*Some start and end markers may be omitted in certain situations and implied by other markers*.)
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -8,9 +8,9 @@ lastmod: 2025-01-29T20:50:02+08:00
|
||||
|
||||
categories:
|
||||
- ThirdParty
|
||||
- Mathematical formulas
|
||||
- Mathematical
|
||||
tags:
|
||||
- Mathematical formulas
|
||||
- Mathematical
|
||||
- mathjax
|
||||
- katex
|
||||
|
||||
|
@ -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
|
||||
|
@ -571,7 +571,7 @@ params:
|
||||
expired: false
|
||||
# 是否开启摘要显示
|
||||
# Enable summary
|
||||
summary: false
|
||||
summary: true
|
||||
|
||||
# 文章内容中的提示信息设置
|
||||
# Alert settings in post content
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
{{ if not (in $allSecondaryCats $primaryCategory) }}
|
||||
<li class="category-list-item">
|
||||
<a class="category-list-link" href="{{ "categories/" | relURL }}{{ $primaryCategory | urlize }}/">
|
||||
<a class="category-list-link" href="{{ "categories/" | relLangURL }}{{ $primaryCategory | urlize }}/">
|
||||
{{ $primaryCategory }}
|
||||
<span class="category-list-count">{{ $primaryCount }}</span>
|
||||
</a>
|
||||
@ -62,7 +62,7 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<li class="category-children-list-item">
|
||||
<a class="category-list-link" href="{{ "categories/" | relURL }}{{ . | urlize }}/">
|
||||
<a class="category-list-link" href="{{ "categories/" | relLangURL }}{{ . | urlize }}/">
|
||||
{{ . }}
|
||||
<span class="category-list-count">{{ $secondaryCount }}</span>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user