From 6da23e4e20105bc73af0602dd6a1becc18cbf206 Mon Sep 17 00:00:00 2001 From: Track3 Date: Fri, 1 Feb 2019 18:14:07 +0800 Subject: Put metadata tags into partial And update example config.toml (relate to #40) --- exampleSite/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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" -- cgit v1.2.3