permalink option

This commit is contained in:
mi
2025-11-15 18:04:49 +10:00
parent 742ff0e553
commit 866bfe4d6d
7 changed files with 143 additions and 9 deletions

View File

@@ -89,6 +89,10 @@ API_SPEC_LINK = None # Set to 'openapi.yml' to enable
# When enabled, users can get embed codes to display comics on other websites
EMBED_ENABLED = True
# Global setting: Set to True to enable permalink copy button
# When enabled, users can easily copy a direct link to the current comic
PERMALINK_ENABLED = True
COMICS = [
{
'number': 1,