Initial commit: Add telonma homepage
This commit is contained in:
10
themes/hugo-arcana/layouts/partials/homepage/blocks/cta.html
Normal file
10
themes/hugo-arcana/layouts/partials/homepage/blocks/cta.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<section id="cta" class="wrapper style3">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h2>{{ .item.contents | markdownify }}</h2>
|
||||
{{- with .item.button }}
|
||||
<a href="{{ .url }}" class="button">{{ .contents }}</a>
|
||||
{{- end }}
|
||||
</header>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user