Revert "change code to httml"

This reverts commit d4ebe01514cee7c282464716f0a2b7f66d7a384e.
This commit is contained in:
Kim Oliver Drechsel 2022-01-16 15:09:42 +01:00
parent d4ebe01514
commit 1d8e5e46e9
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 Insert raw HTML Code anywhere
```html ```hugo
{{< rawhtml >}} {{< rawhtml >}}
<h1>your html code here</h1> <h1>your html code here</h1>
<p style="color: yellow;">Example HTML</p> <p style="color: yellow;">Example HTML</p>

View File

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