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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbilibb <50461544+bilibb@users.noreply.github.com>2022-10-05 17:02:58 +0300
committerGitHub <noreply@github.com>2022-10-05 17:02:58 +0300
commit8241574ad85ec5b10d8832f73725184c8debfd08 (patch)
treedbb070913cfafe1181e7e327d228e06ab42c25f7
parent7699bf9b11c3343709d35abd5acf51400725953c (diff)
Added mssing {{ end }} (#110)HEADmaster
-rw-r--r--layouts/partials/social.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 702353f..0981dbc 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -106,6 +106,7 @@
{{ end }}
{{ with .Site.Params.social.buymeacoffee}}
<a href="https://www.buymeacoffee.com//{{.}}" aria-label="Buymeacoffee" target="_blank"><i class="fas fa-coffee" aria-hidden="true"></i></a>
+ {{ end }}
{{ with .Site.Params.social.kaggle}}
<a href="https://kaggle.com/{{.}}" aria-label="Kaggle" target="_blank"><i class="fab fa-kaggle" aria-hidden="true"></i></a>
{{ end }}