mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1747 from ingwinlu/fix_cache
Fix caching and disable by default
This commit is contained in:
commit
b7e8af5977
9 changed files with 375 additions and 315 deletions
|
|
@ -24,8 +24,9 @@ except ImportError:
|
|||
from six.moves.html_parser import HTMLParser
|
||||
|
||||
from pelican import signals
|
||||
from pelican.cache import FileStampDataCacher
|
||||
from pelican.contents import Page, Category, Tag, Author
|
||||
from pelican.utils import get_date, pelican_open, FileStampDataCacher, SafeDatetime, posixize_path
|
||||
from pelican.utils import get_date, pelican_open, SafeDatetime, posixize_path
|
||||
|
||||
def ensure_metadata_list(text):
|
||||
"""Canonicalize the format of a list of authors or tags. This works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue