Remove unneeded css file, fontawesome

This commit is contained in:
Joseph Hutchinson
2018-03-19 08:55:41 -04:00
parent fb363e94ce
commit 1fca68207d

View File

@@ -10,6 +10,5 @@
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/xcode.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/font-awesome.min.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/latolatinfonts.css" />
</head>