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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r--layouts/partials/hero.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index 5017df6..104df75 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -1,7 +1,7 @@
<section class="container text-monospace">
<div class="container text-center">
{{if .Site.Params.hero.enabled }}
- <img class="rounded-circle" src='{{ .Site.Params.img | absURL }}' title="Icon by freepik rom www.flaticon.com" width="200px"/>
+ <img class="rounded-circle" src='{{ .Site.Params.hero.img | absURL }}' title="Icon by freepik rom www.flaticon.com" width="200px"/>
{{end}}
<h3 class="mt-3">{{ .Site.Title }}</h3>
<span class='text-secondary'>{{ .Site.Params.about }}</span>