Remove protocol from stylesheet URLs
This commit is contained in:
parent
2717ce83ba
commit
05acf29eb8
|
@ -5,8 +5,8 @@
|
|||
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
|
||||
<meta name="description" content="{{#resume.basics}}{{summary}}{{/resume.basics}}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" />
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" />
|
||||
<style>
|
||||
{{{css}}}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue