diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:40:42 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:40:42 -0400 |
commit | 3b29bfc46fd8c56cb51d56f3a631c6431a897eb8 (patch) | |
tree | b08ed3a6b577f408251387d8d7cbcc975c13d67c /_config.yml | |
parent | a516c773d14e9af15421a8eb33f68cb5e30b0336 (diff) | |
download | my_new_personal_website-3b29bfc46fd8c56cb51d56f3a631c6431a897eb8.tar.xz my_new_personal_website-3b29bfc46fd8c56cb51d56f3a631c6431a897eb8.zip |
added / to the end of the permalinks by default to be more compatible with diqus permalink matching for wordpress default imports
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 25783c86..45fc4f66 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ email: # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: / port: 4000 -permalink: /blog/:year/:month/:day/:title +permalink: /blog/:year/:month/:day/:title/ source: source destination: public plugins: plugins |