mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Docs: Allow HTML in Showcase titles
This allows, for example, marking with the lang attribute so that the correct CJK glyph variants are displayed.
This commit is contained in:
@@ -6,6 +6,6 @@ tags:
|
||||
- personal
|
||||
- blog
|
||||
thumbnail: /img/chingli-tn.jpg
|
||||
title: 青砾 (chingli)
|
||||
title: <span lang="zh-CN">青砾</span> (chingli)
|
||||
---
|
||||
|
||||
|
@@ -9,5 +9,5 @@ tags:
|
||||
- blog
|
||||
- documentation
|
||||
thumbnail: /img/yulinling-tn.jpg
|
||||
title: 语林灵 (Yulinling)
|
||||
title: <span lang="zh-CN">语林灵</span> (Yulinling)
|
||||
---
|
||||
|
Reference in New Issue
Block a user