]> Devi Nivas Git - chevron.git/commit
Supporting Partial File Without File Extension
authorJon <31494475+jonioni@users.noreply.github.com>
Fri, 21 Sep 2018 05:04:48 +0000 (01:04 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Sep 2018 05:04:48 +0000 (01:04 -0400)
commitc4645f24b0929b2f83d836b0679896cf840d7ac2
treee978435b4a8bac5cf750a159ce4e4676b41c01de
parent467ea90d23f575dea028f42be9fe4fe587a5b3df
Supporting Partial File Without File Extension

Change made to function `_get_partial_ext`:
From `path = partials_path + '/' + name + '.' + partials_ext` to `path = partials_path + '/' + name + ('.' + partials_ext if partials_ext else '')`.
chevron/renderer.py