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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c9febcf..1c8773e 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -8,7 +8,11 @@
<!-- Header -->
<header id="header">
<div class="logo">
- <a href="/"><span class="icon fa-{{ .Params.Icon }}"></span></a>
+ <a href="/">
+ <span class="icon">
+ <img src="{{ .Params.logo }}">
+ </span>
+ </a>
</div>
<div class="content">
<div class="inner">