Commit graph

7 commits

Author SHA1 Message Date
Daniel Holbach
f1d65eeccb
Define contact information in params, add to footer of the page (#166)
contact icons in footer, opt-in via parameter
2023-12-23 19:08:45 +01:00
P. Ottlinger
425293f1b7
Add icons to external links 2023-03-29 21:48:13 +02:00
zjedi
81ee00262f
Merge pull request #66 from githubmonkey/rawhtml-support
rawhtml shortcode  for injecting custom, complex html into pages, such as iframe etc
2023-03-11 16:03:55 +01:00
Zdenek Kedaj
71a24464c0 extlink.html shortcode allow opening links in new browser tab 2022-10-01 23:43:09 +02:00
Sylvia Dieckmann
a151d9579b
Create rawhtml.html
This allows to inject raw html into any content file. For example, my client uses an appointment booking service which requires a generated html snippet to be inserted into the content page. 

```
{{< rawhtml >}}
    <div id="etermin">
        <iframe ...>...</iframe>
        <script>...</script>
    </div>
{{< /rawhtml >}}
```
2022-06-15 10:11:05 +02:00
Jan Raasch
789ff52256 Remove trailing newline in »icon«-shortcut
(Really) fixes #12 😉.

It seems like the removal was not picked up on 2ac6ce07e5.
2020-11-24 10:39:47 +01:00
Jan Raasch
bde8291944 feat: add "icon"-shortcode 2020-09-21 13:52:32 +02:00