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 /exampleSite/config.toml | |
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 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e6d21b4..69bd7dd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,10 +12,6 @@ pygmentsstyle = "b2" pygmentscodefences = true pygmentscodefencesguesssyntax = true -[permalinks] - posts = "posts/:title/" - default = ":title/" - [params] author = "John Doe" description = "John Doe's personal website" |