Skip to content

Commit 5eeedc6

Browse files
Update tag_from_path.py
1 parent adf93c3 commit 5eeedc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tag_from_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def tag_from_path(article_generator: ArticlesGenerator, content: Article) -> None:
7-
article.tags.append(article.tag)
7+
content.tags.append(article.tag)
88

99

1010
def register() -> None:

0 commit comments

Comments
 (0)