Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Raw HTML in Hugo

Insert raw HTML Code anywhere

Install

  1. Add the shortcode file to layouts/shortcodes

Usage

{{< rawhtml >}}
    <h1>your html code here</h1>
    <p style="color: yellow;">Example HTML</p>
{{< /rawhtml >}}

Preview

Raw HTML in Hugo