Browse Source

a bit more copyright stuff

Getty Ritter 2 years ago
parent
commit
1452f002eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -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