hugo-scroll/layouts
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
..
_default host jquery-1.11.3.min.js locally (#47) 2022-02-02 10:05:22 +01:00
partials Deliver fonts locally (#48) 2022-02-03 12:32:11 +01:00
shortcodes Create rawhtml.html 2022-06-15 10:11:05 +02:00
404.html style: add & run prettier 2020-09-09 18:00:59 +02:00
index.html fix: do not render drafts on homepage 2021-12-07 17:21:24 +01:00