Skip to content

Formatting

Kahlil Lechelt edited this page Jun 3, 2013 · 5 revisions

Link Posts

How to format your link posts.

Images

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>
Clone this wiki locally