hugo-scroll/layouts/shortcodes
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
..
icon.html Remove trailing newline in »icon«-shortcut 2020-11-24 10:39:47 +01:00
rawhtml.html Create rawhtml.html 2022-06-15 10:11:05 +02:00