Kim Oliver Drechsel 1d8e5e46e9
Revert "change code to httml"
This reverts commit d4ebe01514cee7c282464716f0a2b7f66d7a384e.
2022-01-16 15:09:42 +01:00

21 lines
295 B
Markdown

# Raw HTML in Hugo
Insert raw HTML Code anywhere
## Install
1. Add the shortcode file to `layouts/shortcodes`
## Usage
```hugo
{{< rawhtml >}}
<h1>your html code here</h1>
<p style="color: yellow;">Example HTML</p>
{{< /rawhtml >}}
```
## Preview
![Raw HTML in Hugo](rawhtml.png)