-
Notifications
You must be signed in to change notification settings - Fork 0
Formatting
Kahlil Lechelt edited this page Jun 3, 2013
·
5 revisions
How to format your link posts.
Kahlil extended KirbyText with an tngimg
tag so that you can insert images in your posts by doing the following:
This KirbyTag:
(tngimg: name-of-image.png alt: The alt text caption: Some caption position: image-full)
Will result in:
<figure class="image-full">
<img src="http://the-url-of-current-environment.com/content/home/00x-slug-of-article/name-of-image.png" alt="The alt text">
<figcaption>Some caption</figcaption>
</figure>