mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
10 lines
330 B
HTML
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>
|