diff options
author | digitalcraftsman <digitalcraftsman@protonmail.com> | 2017-09-07 21:57:31 +0200 |
---|---|---|
committer | digitalcraftsman <digitalcraftsman@protonmail.com> | 2017-09-07 21:57:31 +0200 |
commit | 804cee4561a05f5723e30e77c07cf6352afee619 (patch) | |
tree | 96a2401dabea0ef1e8ab61498d6ffb5f2d9a774e | |
parent | 7cf2943ef4a905b46f77137a0321a4fc996a3b9e (diff) |
Add YAML example for Disqus in README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ You can optionally enable a comment system powered by Disqus for the posts. Simp disqusShortname = "spf13" ``` +**YAML** +```yaml +disqusShortname : spf13 +``` + > **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block. |