diff options
author | Luiz de Prá <luiz.pra@olist.com> | 2018-03-23 14:28:38 -0300 |
---|---|---|
committer | Luiz de Prá <luiz.pra@olist.com> | 2018-03-23 14:28:38 -0300 |
commit | 853492596dd78dedb755e66db8d79d01e13c66b2 (patch) | |
tree | cc195c17a5d5bc6cb28e2c741fb99b8c56975d9c /README.md | |
parent | 941c9a741fe7ebe82aacdea5ec3b3a2298aede2f (diff) | |
download | hugo-coder-853492596dd78dedb755e66db8d79d01e13c66b2.tar.gz hugo-coder-853492596dd78dedb755e66db8d79d01e13c66b2.tar.bz2 hugo-coder-853492596dd78dedb755e66db8d79d01e13c66b2.zip |
Fix template to suport empty social parameter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -23,10 +23,6 @@ Add the following lines to your `config.toml`. ```toml theme = "coder" # set the theme -[permalinks] # configure post and fixed pages permalinks - post = "posts/:title/" - default = ":title/" - [params] # theme parameters author = "John Doe" # author's name info = "Full Stack DevOps and Magician" # author's job title or info @@ -83,4 +79,5 @@ Coder is licensed under the [MIT license](https://github.com/luizdepra/hugo-code ## Special Thanks -- Gleen McComb, for his great [article](https://glennmccomb.com/articles/how-to-build-custom-hugo-pagination/) about custom pagination.
\ No newline at end of file +- Gleen McComb, for his great [article](https://glennmccomb.com/articles/how-to-build-custom-hugo-pagination/) about custom pagination. +- All contributors, for every PR and Issue reported.\ |