article renders in article css; the article text is squished to the left and begins in the nav row
This commit is contained in:
@@ -22,13 +22,16 @@ def collect_raw(d):
|
||||
return glob.glob(d)
|
||||
|
||||
def clear_articles():
|
||||
files = glob.glob('../*.tpl')
|
||||
files = glob.glob('../*')
|
||||
print(files)
|
||||
if '../raw' in files:
|
||||
files.remove('../raw')
|
||||
for f in files:
|
||||
os.remove(f)
|
||||
|
||||
def main():
|
||||
clear_articles()
|
||||
create_files(collect_raw('entries/*.tpl'), '..')
|
||||
create_files(collect_raw('entries/*'), '..')
|
||||
|
||||
## Start Program ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user