Refactor plugin

This commit is contained in:
hiro 2019-09-02 19:11:38 +02:00
parent bd44d0fd56
commit 802a851312

View File

@ -10,7 +10,7 @@ from xml.etree import ElementTree as etree
from urllib import request
class DisqusCommentsPlugin(Plugin):
class XmlToHtmlPlugin(Plugin):
name = u'XML to HTML'
description = u'Lektor plugin to add an XML feed as HTML.'