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 1cedde9..647f1a1 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -1,6 +1,6 @@
<section class="container text-monospace mt-5">
<div class="container text-center">
- <img class="rounded-circle" src='{{ "img/logo2.png" | absURL }}' width="200px"/>
+ <img class="rounded-circle" src='{{ .Site.Params.img | absURL }}' width="200px"/>
<h3 class="mt-3">{{ .Site.Title }}</h3>
<span class='text-secondary'>{{ .Site.Params.about }}</span>
<br><br>