mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update documentation and remove commented out code
This commit is contained in:
parent
2a3d7d0319
commit
d5bfec3a8b
2 changed files with 3 additions and 12 deletions
|
|
@ -226,9 +226,6 @@ class HTMLReader(Reader):
|
|||
self._data_buffer += self.build_tag(tag, attrs, True)
|
||||
|
||||
def handle_comment(self, data):
|
||||
# if self._in_body and data.strip() == 'PELICAN_END_SUMMARY':
|
||||
# self.metadata['summary'] = self._data_buffer
|
||||
# else:
|
||||
self._data_buffer += '<!--{}-->'.format(data)
|
||||
|
||||
def handle_data(self, data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue