mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
7 lines
146 B
HTML
7 lines
146 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
<div class="hero">
|
|
<h1>{{ $.Page.Title }}</h1>
|
|
<div class="description">
|
|
{{ .Inner }}
|
|
</div>
|
|
</div> |