1
0
Fork 0
forked from github/pelican
pelican-theme/samples/content/pages/test_page.rst
Justin Mayer 7eae9b1abc Reduce warnings and errors in sample content
This reduces the warnings and errors when generating the sample content
from twelve to one (intentional) warning. The latter is expected by
assertLogCountEqual() in the "test_basic_generation_works" test.
2020-04-14 21:39:47 +02:00

16 lines
312 B
ReStructuredText

This is a test page
###################
:category: test
Just an image.
.. image:: {static}/pictures/Fat_Cat.jpg
:height: 450 px
:width: 600 px
:alt: alternate text
.. image:: |filename|/images/Fat_Cat.jpg
:height: 450 px
:width: 600 px
:alt: wrong path since 'images' folder does not exist