mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2932 from BenSturmfels/master
Remove shebang lines from generated pelicanconf.py and publishconf.py
This commit is contained in:
commit
e2c73a0a16
2 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*- #
|
|
||||||
|
|
||||||
AUTHOR = {{author}}
|
AUTHOR = {{author}}
|
||||||
SITENAME = {{sitename}}
|
SITENAME = {{sitename}}
|
||||||
SITEURL = ''
|
SITEURL = ''
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*- #
|
|
||||||
|
|
||||||
# This file is only used if you use `make publish` or
|
# This file is only used if you use `make publish` or
|
||||||
# explicitly specify it as your config file.
|
# explicitly specify it as your config file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue