forked from github/pelican
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
|
|
|