1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'

This commit is contained in:
Bjørn Erik Pedersen
2017-08-06 17:24:51 +02:00
21 changed files with 258 additions and 184 deletions

View File

@@ -38,7 +38,7 @@ You can also use the `add` function with strings. You may like this functionalit
For example, social media sharing with [Twitter Cards][cards] requires the following `meta` link in your site's `<head>` to display Twitter's ["Summary Card with Large Image"][twtsummary]:
```
<meta name="twitter:image" content="http://example.com/images/my-twitter-image.jpg">
<meta name="twitter:image" content="https://example.com/images/my-twitter-image.jpg">
```
Let's assume you have an `image` field in the front matter of each of your content files: