diff options
| author | Priyansh <[email protected]> | 2021-07-06 01:00:01 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-07-06 01:00:01 +0530 |
| commit | 8b6f397ecc96d792db06926dec6369da62ca2498 (patch) | |
| tree | f9066c6036461ec420a83572d038f503d4c265b1 | |
| parent | 46ffbe483b27d7e55179799bd6b10b8f6ac5baca (diff) | |
| download | luciferreeves.github.io-8b6f397ecc96d792db06926dec6369da62ca2498.tar.xz luciferreeves.github.io-8b6f397ecc96d792db06926dec6369da62ca2498.zip | |
Fixed issues with permalink having date
Github server's date is different and hence dynamic permalinks with dates are not an option to go here
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index dd5f251..d2c786a 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ github_username: luciferreeves remote_theme: chesterhow/tale markdown: kramdown mathjax: true -permalink: /:year-:month-:day/:title +permalink: /:title paginate: 5 plugins: - jekyll-feed |
