mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
--HG-- rename : pelican/templates/archives.html => pelican/themes/archives.html rename : pelican/templates/article.html => pelican/themes/article.html rename : pelican/templates/categories.html => pelican/themes/categories.html rename : pelican/templates/category.html => pelican/themes/category.html rename : pelican/templates/index.html => pelican/themes/index.html rename : pelican/templates/tag.html => pelican/themes/tag.html rename : pelican/templates/tags.html => pelican/themes/tags.html
22 lines
376 B
ReStructuredText
22 lines
376 B
ReStructuredText
This is a super article !
|
|
#########################
|
|
|
|
.. tags: foo, bar, foobar
|
|
.. date: 2010-10-02 10:14
|
|
.. category: yeah
|
|
.. author: Alexis Métaireau
|
|
|
|
Some content here !
|
|
|
|
This is a simple title
|
|
======================
|
|
|
|
And here comes the cool stuff.
|
|
|
|
.. code-block:: python
|
|
|
|
>>> from ipdb import set trace
|
|
>>> set_trace()
|
|
|
|
→ And now try with some utf8 hell: ééé
|
|
|