From 582f8abeb9b558b3b34ab964b75903662d7c67d3 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 17 Jun 2020 10:47:07 -0300 Subject: Added donations on the panel, added fontawesome --- themes/m10c/layouts/_default/baseof.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/m10c/layouts/_default/baseof.html b/themes/m10c/layouts/_default/baseof.html index bb31bd0..8381f78 100644 --- a/themes/m10c/layouts/_default/baseof.html +++ b/themes/m10c/layouts/_default/baseof.html @@ -10,6 +10,7 @@ {{ $style := resources.Get "css/main.scss" | resources.ExecuteAsTemplate "css/main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint -}} + {{ template "_internal/google_analytics.html" . }} {{ template "_internal/twitter_cards.html" . }} @@ -41,13 +42,19 @@

{{ .Site.Params.description | default "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium." }}

{{ range .Site.Params.social }} - {{ partial "icon.html" (dict "ctx" $ "name" .name ) }} + + {{ end }} +
+

Donations:

+
+ {{ range .Site.Params.donations }} + {{ end }}
{{ block "main" . }} - {{ .Content }} + {{ .Content }} {{ end }}
-- cgit v1.2.3