Add fontawesome and links to sidebar

This commit is contained in:
2017-11-26 16:29:37 -08:00
committed by Andrew Cassidy
parent 15a8dbf570
commit b1843db4d6
38 changed files with 9522 additions and 103 deletions

View File

@ -3,6 +3,9 @@
<title> {% if page.title %} {{ page.title }} | {% endif %} Andrew Cassidy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/fa/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/fnoots.css"/>
<link rel="stylesheet" href="/css/style.css"/>
<link rel="stylesheet" href="/css/sidebar.css"/>
</head>