aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2019-02-01 18:14:07 +0800
committerTrack3 <pengliabc@live.cn>2019-02-01 18:14:07 +0800
commit6da23e4e20105bc73af0602dd6a1becc18cbf206 (patch)
treee6ad008f7be4bf490327ecbecde43c005ed8ffaf /exampleSite
parent23e22be1eb4ffd261e9cfdf1f9ed9c54118917cb (diff)
Put metadata tags into partial
And update example config.toml (relate to #40)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ad9ae5f..f5f6886 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -17,7 +17,9 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func
name = "John Doe"
[blackfriday]
- hrefTargetBlank = true
+ # hrefTargetBlank = true
+ # noreferrerLinks = true
+ # nofollowLinks = true
[taxonomies]
tag = "tags"