Add YAML example for Disqus in README
This commit is contained in:
parent
7cf2943ef4
commit
804cee4561
|
@ -127,6 +127,11 @@ You can optionally enable a comment system powered by Disqus for the posts. Simp
|
||||||
disqusShortname = "spf13"
|
disqusShortname = "spf13"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**YAML**
|
||||||
|
```yaml
|
||||||
|
disqusShortname : spf13
|
||||||
|
```
|
||||||
|
|
||||||
> **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
|
> **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue