Skip to content

Commit

Permalink
fix #15: add bootstrap.min.css to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thehunmonkgroup committed Aug 16, 2016
1 parent 9d791d8 commit 00e4cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title>
<meta name="description" content="{{ site.subtitle }}">

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
</head>
Expand Down
6 changes: 6 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 00e4cb0

Please sign in to comment.