1
0
Fork 0
forked from github/pelican

Fix typo from documentation

This commit is contained in:
Jorge Maldonado Ventura 2017-08-12 21:40:27 +02:00
commit 2013fc0ab2

View file

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