Skip to content

Commit

Permalink
update fontawesome to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OCram85 committed Jul 25, 2017
1 parent acb409a commit 9d7c96c
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions _layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
---
common-css:
- "/css/bootstrap.min.css"
- "/css/bootstrap-social.css"
- "/css/main.css"
common-ext-css:
- "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
common-googlefonts:
- "Lora:400,700,400italic,700italic"
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
common-js:
- "/js/jquery-1.11.2.min.js"
- "/js/bootstrap.min.js"
- "/js/main.js"
---

<!DOCTYPE html>
<html lang="en">
<!-- Beautiful Jekyll | MIT license | Copyright Dean Attali 2016 -->
{% include head.html %}

<body>

{% include gtm_body.html %}
{% include nav.html %}

{{ content }}

{% include footer.html %}
{% include footer-scripts.html %}
</body>
</html>
---
common-css:
- "/css/bootstrap.min.css"
- "/css/bootstrap-social.css"
- "/css/main.css"
common-ext-css:
- "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
common-googlefonts:
- "Lora:400,700,400italic,700italic"
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
common-js:
- "/js/jquery-1.11.2.min.js"
- "/js/bootstrap.min.js"
- "/js/main.js"
---

<!DOCTYPE html>
<html lang="en">
<!-- Beautiful Jekyll | MIT license | Copyright Dean Attali 2016 -->
{% include head.html %}

<body>

{% include gtm_body.html %}

{% include nav.html %}

{{ content }}

{% include footer.html %}

{% include footer-scripts.html %}

</body>
</html>

0 comments on commit 9d7c96c

Please sign in to comment.