forked from github/pelican
Don't set unused fields of Dotclear post
This commit is contained in:
parent
e097175a77
commit
c4f96b108f
1 changed files with 3 additions and 3 deletions
|
|
@ -85,10 +85,10 @@ def dc2fields(file):
|
|||
post_creadt = fields[6]
|
||||
# post_upddt = fields[7]
|
||||
# post_password = fields[8]
|
||||
post_type = fields[9]
|
||||
# post_type = fields[9]
|
||||
post_format = fields[10]
|
||||
post_url = fields[11]
|
||||
post_lang = fields[12]
|
||||
# post_url = fields[11]
|
||||
# post_lang = fields[12]
|
||||
post_title = fields[13]
|
||||
post_excerpt = fields[14]
|
||||
post_excerpt_xhtml = fields[15]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue