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: d00f8b25466263105912daeb74d973a4b97f88e5 (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="noopener noreferrer" target="_blank">
		{{ partial "icon.html" "subscribe" }}
		{{ i18n "subscribe_action" }}
	</a>
</section>