Skip to content

Kirby 3.6.6

(link: …)

Creates a link

Attributes

class
lang
rel
role
target
title
text

Examples and options:

(link: http://wikipedia.org text: Wikipedia)
(link: some/page text: Link to some internal page)
(link: some/page lang: de)
(link: #some-section text: Link to some section on the same page)
(link: http://wikipedia.org text: Wikipedia target: _blank)
(link: http://wikipedia.org text: Wikipedia title: Go to Wikipedia)
(link: http://yourdomain.com text: My website rel: me)
(link: http://wikipedia.org text: Wikipedia class: mylink)
(link: some/page text: Some page in German lang: de)
(link: delete-account text: Delete my account role: button)