mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Fix typo; List total pages number when compiling
This commit is contained in:
@ -64,7 +64,7 @@ def MastodonShare(Flags, Pages, Locale):
|
||||
URL = f"{SiteDomain}/{StripExt(File)}.html"
|
||||
DoPost = True
|
||||
for p in Posts:
|
||||
if p['Link'] in [URL]+Meta['URL']:
|
||||
if p['Link'] in [URL]+Meta['URLs']:
|
||||
DoPost = False
|
||||
break
|
||||
|
||||
|
Reference in New Issue
Block a user