From b177f528befa0995fb3dc9bbb2a5fbacf4eb9a2a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 12 Sep 2015 17:57:33 +0100 Subject: [PATCH] Include font awesome --- sculpin.json | 1 + sculpin.lock | 40 ++++++++++++++++++- .../oliverdavies/_layouts/default.html.twig | 2 + 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/sculpin.json b/sculpin.json index 9164270d..67f2096f 100644 --- a/sculpin.json +++ b/sculpin.json @@ -3,6 +3,7 @@ "components/bootstrap": "~2.3.1", "components/highlightjs": "~7.3.0", "components/jquery": "~1.9.1", + "components/font-awesome": "@stable", "thomaspark/bootswatch": "@dev", "tsphethean/sculpin-related-posts-bundle": "~0.1.0" }, diff --git a/sculpin.lock b/sculpin.lock index 1386da48..8f650372 100644 --- a/sculpin.lock +++ b/sculpin.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "bfddc03ede664e6abc3827244340aba6", + "hash": "a1dfc1795b5e431b88df331c013308b2", "packages": [ { "name": "components/bootstrap", @@ -61,6 +61,43 @@ ], "time": "2013-07-18 20:01:48" }, + { + "name": "components/font-awesome", + "version": "4.4.0", + "source": { + "type": "git", + "url": "https://github.com/components/font-awesome.git", + "reference": "7dffacc72e566e5db6272244effc06f64fe9f185" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/font-awesome/zipball/7dffacc72e566e5db6272244effc06f64fe9f185", + "reference": "7dffacc72e566e5db6272244effc06f64fe9f185", + "shasum": "" + }, + "type": "component", + "extra": { + "branch-alias": { + "dev-master": "4.4.x-dev" + }, + "component": { + "styles": [ + "css/font-awesome.css" + ], + "files": [ + "css/font-awesome.min.css", + "fonts/*" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT", + "OFL-1.1" + ], + "description": "The iconic font designed for use with Twitter Bootstrap.", + "time": "2015-07-30 02:38:45" + }, { "name": "components/highlightjs", "version": "7.3.0", @@ -385,6 +422,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { + "components/font-awesome": 0, "thomaspark/bootswatch": 20 }, "prefer-stable": false, diff --git a/source/themes/opdavies/oliverdavies/_layouts/default.html.twig b/source/themes/opdavies/oliverdavies/_layouts/default.html.twig index 404dfb4d..808d9661 100644 --- a/source/themes/opdavies/oliverdavies/_layouts/default.html.twig +++ b/source/themes/opdavies/oliverdavies/_layouts/default.html.twig @@ -17,9 +17,11 @@ + + {% for size in site.apple_touch_icon_sizes %}