mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix image reference in another_super_article.rst
The image tag was this:
.. image:: |filename|/pictures/{image name here}
It should be this:
.. image:: pictures/{image name here}
This commit is contained in:
parent
33e9ce1ddf
commit
47349d128a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Why not ?
|
|||
After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||
YEAH !
|
||||
|
||||
.. image:: |filename|/pictures/Sushi.jpg
|
||||
.. image:: pictures/Sushi.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue