🔧 separate option for the copyright name
This commit is contained in:
@@ -284,6 +284,7 @@ The `comics_data.py` file contains both comic data and global configuration opti
|
||||
|
||||
```python
|
||||
COMIC_NAME = 'Sunday Comics' # Your comic/website name
|
||||
COPYRIGHT_NAME = None # Name for copyright (defaults to COMIC_NAME)
|
||||
SITE_URL = 'http://localhost:3000' # Your domain (update for production)
|
||||
FULL_WIDTH_DEFAULT = False # Make all comics full-width by default
|
||||
PLAIN_DEFAULT = False # Hide header/remove borders by default
|
||||
|
||||
Reference in New Issue
Block a user