Skip to content

Commit 8b54df4

Browse files
author
Sabeen Syed
committed
Add changes to css files
1 parent 8694037 commit 8b54df4

File tree

4 files changed

+512
-5
lines changed

4 files changed

+512
-5
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: OSIC QE.
55
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
66
analytics: #Google analytics code in the format XX-nnnnnnnn-n
77
baseurl: "" #important: start with /
8-
url: "http://yourdomain.com"
8+
url: "http://localhost:4000"
99

1010
# Build settings
1111
markdown: kramdown

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link href="{{ "/assets/css/bootstrap.css" | prepend: site.baseurl }}" rel="stylesheet">
1313

1414
<!-- Custom styles for this template -->
15-
<link href="{{ "/assets/css/style.css" | prepend: site.baseurl }}" rel="stylesheet">
15+
<link href="{{ "/assets/css/style_old.css" | prepend: site.baseurl }}" rel="stylesheet">
1616
<link href="{{ "/assets/css/main.css" | prepend: site.baseurl }}" rel="stylesheet">
1717
<link href="{{ "/assets/css/font-awesome.min.css" | prepend: site.baseurl }}" rel="stylesheet">
1818

0 commit comments

Comments
 (0)