feat(article): add link to translated content (#511)

This commit is contained in:
Jimmy Cai
2022-02-27 09:48:57 +01:00
committed by GitHub
parent 26fb06951b
commit b3b8fa73ef
5 changed files with 42 additions and 3 deletions
+10
View File
@@ -4,6 +4,16 @@ theme: hugo-theme-stack
paginate: 5
title: Example Site
languages:
en:
languageName: English
title: Example Site
weight: 1
cn:
languageName: 中文
title: 演示站点
weight: 2
# Change it to your Disqus shortname before using
disqusShortname: hugo-theme-stack
@@ -0,0 +1,5 @@
---
title: 关于
---
This is a test page for i18n support.