mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Removed obsolete comment.
This commit is contained in:
parent
f6c9237a01
commit
e5c0a54c57
1 changed files with 0 additions and 4 deletions
|
|
@ -197,10 +197,6 @@ class Content(object):
|
||||||
value = m.group('value')
|
value = m.group('value')
|
||||||
origin = m.group('path')
|
origin = m.group('path')
|
||||||
|
|
||||||
# we support only filename for now. the plan is to support
|
|
||||||
# categories, tags, etc. in the future, but let's keep things
|
|
||||||
# simple for now.
|
|
||||||
|
|
||||||
# XXX Put this in a different location.
|
# XXX Put this in a different location.
|
||||||
if what == 'filename':
|
if what == 'filename':
|
||||||
if value.startswith('/'):
|
if value.startswith('/'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue