mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change image tag references in 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
17db921f3f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,12 +17,12 @@ This is a simple title
|
|||
|
||||
And here comes the cool stuff_.
|
||||
|
||||
.. image:: |filename|/pictures/Sushi.jpg
|
||||
.. image:: pictures/Sushi.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
||||
.. image:: |filename|/pictures/Sushi_Macro.jpg
|
||||
.. image:: pictures/Sushi_Macro.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue