This commit is contained in:
Aevann1 2022-02-04 05:06:49 +02:00
parent 470cc45516
commit 81527aaebf
2 changed files with 7 additions and 7 deletions

View file

@ -223,7 +223,7 @@ class Comment(Base):
@property
@lazy
def shortlink(self):
return f"/comment/{self.id}#context"
return f"{SITE_FULL}/comment/{self.id}#context"
@property
@lazy