mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Prettified the script log format.
This commit is contained in:
parent
caf8dec568
commit
00928c90b7
@ -146,8 +146,8 @@ def get_all_tags():
|
|||||||
if tag not in all_tags:
|
if tag not in all_tags:
|
||||||
all_tags.append(tag)
|
all_tags.append(tag)
|
||||||
else:
|
else:
|
||||||
raise Exception("Didn't find 'tags' in \
|
raise Exception("Didn't find 'tags' in post '{}' !"
|
||||||
post '{}' !".format(file))
|
.format(file))
|
||||||
|
|
||||||
return all_tags
|
return all_tags
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user