Extra website type

main
bashrc 2026-02-17 11:57:42 +00:00
parent 5000f8130f
commit 6961f0f327
1 changed files with 6 additions and 1 deletions

View File

@ -14,10 +14,15 @@ from utils import remove_link_tracking
def _get_website_strings() -> []:
return ['www', 'website', 'web', 'homepage', 'home', 'contact']
"""List of attachment properties indicating a website
"""
return ['www', 'website', 'web', 'homepage', 'home', 'contact',
'portfolio']
def _get_gemini_strings() -> []:
"""List of attachment properties indicating a gemini site
"""
return ['gemini', 'capsule', 'gemlog']