1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools/templates
Ben Sturmfels c5c7483268
Remove shebang lines from generated pelicanconf.py and publishconf.py.
These configuration files do not need a #! line as they are not intended to be
executed directly and are not marked as executable. (In practise this doesn't
cause any problems - it just came up in a Guix bug report because Guix
transforms the #! lines.)

The "coding: utf-8" lines are also no longer required now that Pelican is Python
3 only.
2021-10-05 10:00:48 +11:00
..
Makefile.jinja2 Improve consistency between Makefile targets & help 2021-02-19 08:22:16 +01:00
pelicanconf.py.jinja2 Remove shebang lines from generated pelicanconf.py and publishconf.py. 2021-10-05 10:00:48 +11:00
publishconf.py.jinja2 Remove shebang lines from generated pelicanconf.py and publishconf.py. 2021-10-05 10:00:48 +11:00
tasks.py.jinja2 Automatically open browser when Invoke task starts web server (#2764) 2021-04-19 15:59:41 +02:00