Changed icons for ForkAwesome

This commit is contained in:
Gregory Trolliet 2019-12-12 14:13:41 +01:00
parent 1094f30301
commit a1208723bf
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<div class="categories">
<i class="fas fa-folder"></i>
<i class="fa fa-folder"></i>
{{- range $index, $el := . -}}
{{- if gt $index 0 }}
<span class="separator"></span>

View file

@ -1,5 +1,5 @@
<div class="tags">
<i class="fas fa-tag"></i>
<i class="fa fa-tag"></i>
{{- range $index, $el := . -}}
{{- if gt $index 0 }}
<span class="separator"></span>