Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Fix netlify script
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton committed Jan 9, 2017
1 parent 3f598f8 commit bc5b9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file modified bin/netlify-production.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions layouts/partials/head_includes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,300i,400,700,900" rel="stylesheet">
{{ "<!-- build:css /css/main.min.css -->" | safeHTML }}
<link href="bootstrap.css" rel="stylesheet">
<link href="site.css" rel="stylesheet">
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/site.css" rel="stylesheet">
<!-- Fonts -->
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- jquery fancy pants -->
<link href="jquery.oembed.css" rel="stylesheet">
<link href="/css/jquery.oembed.css" rel="stylesheet">
<link rel="stylesheet" href="/css/jquery-ui.css">
{{ "<!-- endbuild -->" | safeHTML }}

0 comments on commit bc5b9fc

Please sign in to comment.