Files
rdvspeakers-theme-hugo/layouts/shortcodes/hero.html
Horacio Gonzalez 5a3f6a3161 Initial commit
2020-10-14 14:21:46 +02:00

7 lines
146 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<div class="hero">
<h1>{{ $.Page.Title }}</h1>
<div class="description">
{{ .Inner }}
</div>
</div>