mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
committed by
GitHub
parent
0fb4eafa63
commit
6c97691f5e
@@ -11,13 +11,13 @@
|
||||
<div class="post-meta">
|
||||
<div class="date">
|
||||
<span class="posted-on">
|
||||
<i class="fas fa-calendar"></i>
|
||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
|
||||
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
|
||||
</time>
|
||||
</span>
|
||||
<span class="reading-time">
|
||||
<i class="fas fa-clock"></i>
|
||||
<i class="fa fa-clock-o" aria-hidden="true"></i>
|
||||
{{ i18n "reading_time" .ReadingTime }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user