|
@@ -119,19 +119,14 @@ params:
|
119
|
119
|
|
120
|
120
|
### Disqus
|
121
|
121
|
|
122
|
|
-You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to the `params` in your config file.
|
|
122
|
+You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to your config file.
|
123
|
123
|
|
124
|
124
|
**TOML**
|
125
|
125
|
```toml
|
126
|
|
-[params]
|
127
|
|
- disqusShortname = "spf13"
|
|
126
|
+disqusShortname = "spf13"
|
128
|
127
|
```
|
129
|
128
|
|
130
|
|
-**YAML**
|
131
|
|
-```yaml
|
132
|
|
-params:
|
133
|
|
- disqusShortname: "spf13"
|
134
|
|
-```
|
|
129
|
+> **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
|
135
|
130
|
|
136
|
131
|
## Author
|
137
|
132
|
**Mark Otto**
|