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
15
pelican/tests/content/article_with_duplicate_tags_authors.md
Normal file
15
pelican/tests/content/article_with_duplicate_tags_authors.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Title: Test metadata duplicates
|
||||
Category: test
|
||||
Tags: foo, bar, foobar, foo, bar
|
||||
Authors: Author, First; Author, Second; Author, First
|
||||
Date: 2010-12-02 10:14
|
||||
Modified: 2010-12-02 10:20
|
||||
Summary: I have a lot to test
|
||||
|
||||
Test Markdown File Header
|
||||
=========================
|
||||
|
||||
Used for pelican test
|
||||
---------------------
|
||||
|
||||
The quick brown fox jumped over the lazy dog's back.
|
||||
Loading…
Add table
Add a link
Reference in a new issue