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

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/list.html')
-rw-r--r--layouts/partials/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html
index 7f1c87d..e64eaef 100644
--- a/layouts/partials/list.html
+++ b/layouts/partials/list.html
@@ -12,7 +12,7 @@
<ul class="icons-grid">
{{ range .block.item }}
<li>
- <span class="icon major {{ .icon }}"></span>
+ <span class="icon major fas {{ .icon }}"></span>
<h3>{{ .title }}</h3>
</li>
{{ end }}