Adjust GA template instructions

Vs. what Google says in their instructions.

See https://github.com/gohugoio/hugo/issues/9987
This commit is contained in:
Bjørn Erik Pedersen
2022-09-20 10:31:09 +02:00
committed by GitHub
parent 1cc265d99f
commit 2632972361
+1 -1
View File
@@ -193,7 +193,7 @@ Hugo uses the page title and description for the card's title and description fi
### Use the Twitter Cards Template
To add Twitter card metadata, include the following line between the `<head>` tags in your templates:
To add Twitter card metadata, include the following line immediately after the `<head>` element in your templates:
```
{{ template "_internal/twitter_cards.html" . }}