Remove `type` attribute from `style` element
This commit is contained in:
parent
d82bbb1924
commit
4b4aba7436
|
@ -6,7 +6,7 @@
|
|||
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
|
||||
<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" />
|
||||
<style type="text/css">
|
||||
<style>
|
||||
{{{css}}}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue