File tree Expand file tree Collapse file tree 3 files changed +5
-20
lines changed Expand file tree Collapse file tree 3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 32
32
{% if page.title %}{{ page.title }} / {% endif %}Hot Won't Quit / Punk Rock n Roll / Portland, OR
33
33
</ title >
34
34
35
- < link rel ="stylesheet " href ="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}" type="text/css">
36
35
< link rel ="stylesheet " href ="//cdn.rawgit.com/noelboss/featherlight/1.4.1/release/featherlight.min.css " type ="text/css " />
37
36
< link rel ="stylesheet " href ="//cdn-images.mailchimp.com/embedcode/classic-10_7.css " type ="text/css ">
38
- < link rel ="stylesheet " href ="{{ '/css/main.css' | prepend: site.baseurl }} ">
37
+
38
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css ">
39
+ < link rel ="stylesheet " href ="/css/app.css?v={{ site.time | date: '%s' }} ">
39
40
40
41
< script type ="text/javascript " src ="https://use.fontawesome.com/e98765770c.js "> </ script >
41
42
Original file line number Diff line number Diff line change 1
- // .stripe {
2
- // width: 100%;
3
- // height: 15px;
4
- // }
5
- //
6
- // .one { background-color: #05357D }
7
- // .two { background-color: #BD5C43 }
8
- // .three { background-color: #FFAD09 }
9
- // .four { background-color: #FFFFB2 }
1
+ ---
2
+ ---
10
3
11
4
$blue : #05357D ;
12
5
$red : #BD5C43 ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments