You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,16 @@ comments: true
114
114
---
115
115
```
116
116
117
+
### Google Analytics
118
+
119
+
Tale supports Google Analytics integration using Hugo's provided `google_analytics_async` template.
120
+
121
+
To enable it, add the `googleAnalytics` tag to your `config.toml`. It will be added on all pages.
122
+
123
+
```toml
124
+
googleAnalytics = "UA-133700000-0"
125
+
```
126
+
117
127
### Custom summaries
118
128
119
129
Tale allows for writing the summary of your posts manually by setting the `summary` variable in the page frontmatter. If this variable is not set, the summary that Hugo automatically generates will be used.
0 commit comments