Skip to content

Commit

Permalink
Merge pull request #3251 from snosratiershad/support/new-line-at-end-…
Browse files Browse the repository at this point in the history
…of-scripts
  • Loading branch information
justinmayer authored Jan 17, 2024
2 parents def0899 + fbe81a9 commit f2ab4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pelican/tools/pelican_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
_jinja_env = Environment(
loader=FileSystemLoader(_TEMPLATES_DIR),
trim_blocks=True,
keep_trailing_newline=True,
)


Expand Down

0 comments on commit f2ab4a1

Please sign in to comment.