Skip to content

Commit efddc2f

Browse files
Update tag_from_path.py
1 parent 5da52e5 commit efddc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/tag_from_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def tag_from_path(article_generator: ArticlesGenerator, content: Article) -> None:
77
if not hasattr(content, "tags"):
88
content.tags = []
9-
content.tags.append(article.tag)
9+
content.tags.append(content.tag)
1010

1111

1212
def register() -> None:

0 commit comments

Comments
 (0)