You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scribble edited this page Sep 2, 2025
·
2 revisions
Here is a list of shortcodes available in the hugo theme.
Note that blocks with {{<name>}} render with plain text while {{%name%}} render in markdown. For more information, check the Hugo documentation
Rawhtml
Render HTML withing markdown
{{<rawhtml>}}
<p> Your html code here! <p>
{{</rawhtml>}}