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:
authord-asnaghi <asnaghi@me.com>2020-08-02 20:59:16 +0300
committerd-asnaghi <asnaghi@me.com>2020-08-02 20:59:16 +0300
commit0e758859307a67af5413847e5b4afe7487545073 (patch)
tree8e7a6614c5db78ef57a0767fb55ba35c4a5dc1d1
parent8eb35c00263ffb5306d25a4c1c11cd41482b9ad0 (diff)
[THEME] remove default icon
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 86b9e3a..76c285b 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -8,7 +8,7 @@
<!-- Header -->
<header id="header">
<div class="logo">
- <a href="/"><span class="icon fa-{{ .Params.Icon | default "gem" }}"></span></a>
+ <a href="/"><span class="icon fa-{{ .Params.Icon }}"></span></a>
</div>
<div class="content">
<div class="inner">