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:
authorDavide Asnaghi <30296575+d-asnaghi@users.noreply.github.com>2020-08-03 20:49:06 +0300
committerGitHub <noreply@github.com>2020-08-03 20:49:06 +0300
commit0555bddd43c30c19a01e333dd8c7bc08fb80572e (patch)
tree020b7d91f389ccdeaf3bcc18fced449c922526a7
parenteadd918adf900a546a11168e5e80788cbcc3a85c (diff)
parent0e758859307a67af5413847e5b4afe7487545073 (diff)
Merge pull request #7 from your-identity/remove-icon
[FEATURE] 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 252d465..c9febcf 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">