mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 17:36:12 +02:00
Fixing some warnings and errors in the sample content. Images are now correctly displayed.
This commit is contained in:
parent
0b8d5bdaaa
commit
f4303608ee
9 changed files with 8 additions and 5 deletions
|
|
@ -17,12 +17,12 @@ This is a simple title
|
|||
|
||||
And here comes the cool stuff_.
|
||||
|
||||
.. image:: |filename|/pictures/Sushi.jpg
|
||||
.. image:: |filename|/images/Sushi.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
||||
.. image:: |filename|/pictures/Sushi_Macro.jpg
|
||||
.. image:: |filename|/images/Sushi_Macro.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue