Files
rdvspeakers-theme-hugo/layouts/shortcodes/home-subscribe.html
Horacio Gonzalez cd96943077 Updating codebase
2020-10-14 15:55:58 +02:00

10 lines
330 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<section class="subscribe {{ .Get "class" }}">
<div class="inner">{{ .Inner }}</div>
<a href="{{ .Site.Params.subscriptionUrl }}"
class="btn primary" rel="noopener noreferrer" target="_blank">
{{ partial "icon.html" "subscribe" }}
{{ i18n "subscribe_action" }}
</a>
</section>