White characters

This commit is contained in:
faildev_mode 2023-06-27 12:26:57 +02:00
parent 1b7a3f6308
commit 650ed35387
No known key found for this signature in database
GPG Key ID: 70845C70C0F5E205
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ class Content:
"""Returns path to specified log"""
return '/gemlog/'+dest+'.gmi'
def article(dest: str) -> str:
"""Returns path to specified article"""
return '/articles/'+dest+'.gmi'
def res(dest: str, label=None) -> str:
"""Returns path to specified resource (usually image), which resides in a
directory of the name of current file"""