Font to fork (#420)

* Switch FontAwesome CDN to ForkAwesome

* Converted font-awesome icons to fork-awesome

* converted icons to forkawesome

* Converted folder icon to fork-awesome icon

* Update tags.html

* Update config.toml
This commit is contained in:
Demetrios Lambropoulos
2020-09-29 12:28:08 -04:00
committed by GitHub
parent 0fb4eafa63
commit 6c97691f5e
6 changed files with 13 additions and 13 deletions

View File

@@ -5,11 +5,11 @@
</a>
{{ if or .Site.Menus.main .Site.IsMultiLingual }}
<span id="dark-mode-toggle" class="float-right">
<i class="fas fa-adjust fa-fw"></i>
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
</span>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fas fa-bars fa-fw"></i>
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
{{ with .Site.Menus.main}}

View File

@@ -1,5 +1,5 @@
<div class="categories">
<i class="fas fa-folder"></i>
<i class="fa fa-folder" aria-hidden="true"></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" aria-hidden="true"></i>
{{- range $index, $el := . -}}
{{- if gt $index 0 }}
<span class="separator"></span>