Skip to content

Commit 2438542

Browse files
author
Emmanouil Konstantinidis
committed
Update Font Awesome + Minified
1 parent 448cd97 commit 2438542

File tree

8 files changed

+284
-1377
lines changed

8 files changed

+284
-1377
lines changed

docs/template/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
1818

1919
<link href="{{ base_url }}/css/bootstrap-custom.min.css" rel="stylesheet">
20-
<link href="{{ base_url }}/css/font-awesome-4.0.3.css" rel="stylesheet">
20+
<link href="{{ base_url }}/css/font-awesome.min.css" rel="stylesheet">
2121
<link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
2222
<link href="{{ base_url }}/css/base.css" rel="stylesheet">
2323
{%- for path in extra_css %}

0 commit comments

Comments
 (0)