diff options
author | Bruno Amaral <[email protected]> | 2019-05-26 18:24:46 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-05-26 19:24:45 +0200 |
commit | d1cf53f5f4d71b9461e0fe58193b5a8418b572e7 (patch) | |
tree | cef0263fcfc3326acb9b283bb98102c52ed00d9d /docs | |
parent | 811ee996a625b5eb3464a34a1623260b11c0bfd3 (diff) | |
download | hugo-d1cf53f5f4d71b9461e0fe58193b5a8418b572e7.tar.gz hugo-d1cf53f5f4d71b9461e0fe58193b5a8418b572e7.zip |
Remove references to Google+
According to google, this is no longer supported and structured data should be used instead: https://support.google.com/webmasters/answer/6083347?hl=en
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/content-management/authors.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/en/content-management/authors.md b/docs/content/en/content-management/authors.md index 530557ac0..6584a1b1c 100644 --- a/docs/content/en/content-management/authors.md +++ b/docs/content/en/content-management/authors.md @@ -44,7 +44,6 @@ weight = 10 [social] facebook = "alice.allison" twitter = "alice" - googleplus = "aliceallison1" website = "www.example.com" [params] @@ -108,9 +107,9 @@ You can find a list of all template variables to access the profile information ### Link Social Network Accounts -As aforementioned, Hugo is able to generate links to profiles of the most popular social networks. The following social networks with their corrersponding identifiers are supported: `github`, `facebook`, `twitter`, `googleplus`, `pinterest`, `instagram`, `youtube` and `linkedin`. +As aforementioned, Hugo is able to generate links to profiles of the most popular social networks. The following social networks with their corrersponding identifiers are supported: `github`, `facebook`, `twitter`, `pinterest`, `instagram`, `youtube` and `linkedin`. -This is can be done with the `.Social.URL` function. Its only parameter is the name of the social network as they are defined in the profile (e.g. `facebook`, `googleplus`). Custom variables like `website` remain as they are. +This is can be done with the `.Social.URL` function. Its only parameter is the name of the social network as they are defined in the profile (e.g. `facebook`). Custom variables like `website` remain as they are. Most articles feature a small section with information about the author at the end. Let's create one containing the author's name, a thumbnail, a (summarized) biography and links to all social networks: |