Welcome to mirror list, hosted at ThFree Co, Russian Federation.

home-subscribe.html « shortcodes « layouts - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c26e18225aa15467f8a031a9f70e0022e61de2e2 (plain)
1
2
3
4
5
6
7
8
9
{{ $_hugo_config := `{ "version": 1 }` }}
<section class="subscribe {{ .Get "class" }}">
	<div class="inner">{{ .Inner }}</div>
	<a href="{{ .Site.Params.subscriptionUrl }}"
	   class="btn primary" rel="noreferrer" target="_blank">
		{{ partial "icon.html" "subscribe" }}
		{{ i18n "subscribe_action" }}
	</a>
</section>