Update font-awesome.

Links were broken and the font/ directory was not copied by
Hakyll.
This commit is contained in:
Fabien Freling 2015-02-24 19:30:40 +01:00
parent 25fb46df72
commit 5fbd55a75e
46 changed files with 5194 additions and 858 deletions

View file

@ -8,15 +8,11 @@
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
<link rel="stylesheet" type="text/css" href="/css/font-awesome.css" />
<!-- Bootstrap -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> -->
<link rel="stylesheet" href="/font/font-awesome-4.3.0/css/font-awesome.min.css">
</head>
<body>
<div id="banner"></div>
<div id="banner"></div>
<div id="navigation">
<a href="/index.html">Home</a>
<a href="/projects.html">Projects</a>
@ -26,9 +22,9 @@
<h1>$title$</h1>
$body$
<div id="footer">
Copyright &copy; Fabien Freling 2007-2015
</div>
<div id="footer">
Copyright &copy; Fabien Freling 2007-2015
</div>
</body>
</html>