change code to httml

This commit is contained in:
Kim Oliver Drechsel 2022-01-16 15:08:59 +01:00
parent bff3e50c13
commit d4ebe01514
Signed by: Kim
GPG Key ID: B9D907EF02605A07
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ A Collection of useful Hugo Shortcodes
Insert raw HTML Code anywhere
```hugo
```html
{{< rawhtml >}}
<h1>your html code here</h1>
<p style="color: yellow;">Example HTML</p>

View File

@ -8,7 +8,7 @@ Insert raw HTML Code anywhere
## Usage
```hugo
```html
{{< rawhtml >}}
<h1>your html code here</h1>
<p style="color: yellow;">Example HTML</p>