|
@@ -94,7 +94,7 @@ def main():
|
|
|
out_file = sys.argv[1]
|
|
|
|
|
|
year = datetime.datetime.now().year
|
|
|
- std_copy = f'© Getty Ritter {year}'
|
|
|
+ std_copy = f'©{year} Getty Ritter'
|
|
|
no_copy = 'all rights reversed'
|
|
|
|
|
|
# gather the quips and make their individual pages
|
|
@@ -164,7 +164,7 @@ def main():
|
|
|
for c in categories
|
|
|
]
|
|
|
}),
|
|
|
- 'copy': 'whatever',
|
|
|
+ 'copy': std_copy,
|
|
|
}))
|
|
|
|
|
|
# create each category page
|