mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
New feature: support for {include} syntax. Fixes #1902.
The new {include} syntax makes it possible to include
frequently used text snippets into your content.
This commit is contained in:
parent
047d884323
commit
9ee2792e11
30 changed files with 477 additions and 47 deletions
|
|
@ -33,6 +33,7 @@ class TestCache(unittest.TestCase):
|
|||
settings['CACHE_CONTENT'] = True
|
||||
settings['LOAD_CONTENT_CACHE'] = True
|
||||
settings['CACHE_PATH'] = self.temp_cache
|
||||
settings['IGNORE_FILES'] = ['include']
|
||||
return settings
|
||||
|
||||
def test_generator_caching(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue