Remove use of FontAwesome fonts and reference that in the license

This commit is contained in:
2019-05-05 19:07:16 -07:00
committed by Andrew Cassidy
parent ed820a8ce5
commit 05e02046ab
12 changed files with 44 additions and 19 deletions

View File

@ -22,13 +22,13 @@
<span class="slash">/</span>
<a href="/Blog" class="dir">Blog</a>
<span class="slash">/</span>
<span id="post-title">{{ page.title }}</span>
</header>
<div id="box">
{% include sidebar.html %}
<main id="content">
<h1 class="post-title">{{ page.title }}</h1>
{% include post-info.html tags = page.tags date=page.date%}