Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-13 16:33:30 +0300
committerGitHub <noreply@github.com>2020-05-13 16:33:30 +0300
commit861350be32c785158847b9fc136ac2d0c62dc950 (patch)
treebb99f24849ae59f395315baca8bedbc264c11024 /exampleSite/content
parent0a9ec9745073527c2d43c545ef8d228fb22a16fa (diff)
feat(home): home profile title support HTML format (#356)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.fr.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md
index fe0e05e..a4f6849 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md
@@ -307,7 +307,7 @@ Please open the code block below to view the complete sample configuration :(far
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "/images/avatar.png"
- # {{< version 0.2.5 >}} title shown in home page
+ # {{< version 0.2.7 changed >}} title shown in home page (HTML format is supported)
title = ""
# subtitle shown in home page
subtitle = "This is My New Hugo Site"
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.fr.md b/exampleSite/content/posts/theme-documentation-basics/index.fr.md
index 0f5fc39..6552140 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.fr.md
@@ -312,7 +312,7 @@ Please open the code block below to view the complete sample configuration :(far
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "/images/avatar.png"
- # {{< version 0.2.5 >}} title shown in home page
+ # {{< version 0.2.7 changed >}} title shown in home page (HTML format is supported)
title = ""
# subtitle shown in home page
subtitle = "This is My New Hugo Site"
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
index 1ea5953..2babe01 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
@@ -310,7 +310,7 @@ hugo
gravatarEmail = ""
# 主页显示头像的 URL
avatarURL = "/images/avatar.png"
- # {{< version 0.2.5 >}} 主页显示的网站标题
+ # {{< version 0.2.7 changed >}} 主页显示的网站标题 (支持 HTML 格式)
title = ""
# 主页显示的网站副标题
subtitle = "这是我的全新 Hugo 网站"