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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCreedowl <creedowl@gmail.com>2019-07-30 18:05:31 +0300
committerCreedowl <creedowl@gmail.com>2019-07-30 18:05:31 +0300
commit1e16b6a94993e98ec232a5e64d3aaf3bfd692e1f (patch)
tree3fce01405f2259540af2e122823b5ec3e7e76f9f /exampleSite
parent635a688872fe95f798a6c046f0589a4e4316fef2 (diff)
chore(footer & index): add safeHTML tag for slogan
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fe614fd..48a37b0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,9 +40,9 @@ title = "ExampleSite"
weight = 5
[params]
- footer_slogan = "他们正热烈地讨论着别人的秘密,但是,一个不说,一个不听,还有一个不看。"
+ footer_slogan = "<b>他们正热烈地讨论着别人的秘密,但是,一个不说,一个不听,还有一个不看。</b>"
avatar_url = "https://i.loli.net/2019/07/28/5d3d4b6b925be18865.jpg"
- index_slogan = "这个世界没那么好,但似乎也没那么糟。"
+ index_slogan = "<h1 style=\"color: pink;\">这个世界没那么好,但似乎也没那么糟。</h1>"
[[params.social_link]]
name = "github"