1
0
Fork 0
forked from github/pelican

Merge pull request #2203 from jorgesumle/typo-documentation

Fix typo from documentation
This commit is contained in:
Justin Mayer 2017-08-23 06:06:27 -07:00 committed by GitHub
commit 0b8e243738

View file

@ -93,9 +93,9 @@ interprets the HTML in a very straightforward manner, reading metadata from
</body>
</html>
With HTML, there is one simple exception to the standard metadata: ``tags`` can
be specified either via the ``tags`` metadata, as is standard in Pelican, or
via the ``keywords`` metadata, as is standard in HTML. The two can be used
With HTML, there is one simple exception to the standard metadata: tags can be
specified either via the ``tags`` metadata, as is standard in Pelican, or via
the ``keywords`` metadata, as is standard in HTML. The two can be used
interchangeably.
Note that, aside from the title, none of this article metadata is mandatory: