Remove font-awesome and migrate its icons

This commit is contained in:
Pau Trepat Segura 2020-07-20 03:58:37 +02:00
parent ca22dcbfee
commit f57c466c93
16 changed files with 133 additions and 13 deletions

View file

@ -27,7 +27,7 @@
</ul>
{{ if .Site.Data.sections }}
{{ range first 1 (where (sort .Site.Data.sections "section.weight") ".section.enable" true) }}
<a href="#{{ replace (lower .section.name) " " "-" }}"><i class="arrow bounce fa fa-chevron-down"></i></a>
<a href="#{{ replace (lower .section.name) " " "-" }}"><i class="arrow bounce icon-down-open"></i></a>
{{ end }}
{{ end }}
</div>