mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove duplicate tags and authors in metadata
This commit is contained in:
parent
ad72287b4c
commit
7f795ed558
4 changed files with 31 additions and 1 deletions
|
|
@ -160,6 +160,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['Test markdown File', 'published', 'test', 'article'],
|
||||
['Test md File', 'published', 'test', 'article'],
|
||||
['Test mdown File', 'published', 'test', 'article'],
|
||||
['Test metadata duplicates', 'published', 'test', 'article'],
|
||||
['Test mkd File', 'published', 'test', 'article'],
|
||||
['This is a super article !', 'published', 'Yeah', 'article'],
|
||||
['This is a super article !', 'published', 'Yeah', 'article'],
|
||||
|
|
@ -435,6 +436,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'Test markdown File',
|
||||
'Test md File',
|
||||
'Test mdown File',
|
||||
'Test metadata duplicates',
|
||||
'Test mkd File',
|
||||
'This is a super article !',
|
||||
'This is a super article !',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue