mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove the code that was appending ../static in front of some URLs, and add a way to do cross-content linking.
12 lines
179 B
ReStructuredText
12 lines
179 B
ReStructuredText
This is a test page
|
|
###################
|
|
|
|
:category: test
|
|
|
|
Just an image.
|
|
|
|
.. image:: |filename|/pictures/Fat_Cat.jpg
|
|
:height: 450 px
|
|
:width: 600 px
|
|
:alt: alternate text
|
|
|