Remove `type` attribute from `style` element

This commit is contained in:
Rafael Bardini 2018-11-18 01:23:01 -02:00
parent d82bbb1924
commit 4b4aba7436
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title> <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/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="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" />
<style type="text/css"> <style>
{{{css}}} {{{css}}}
</style> </style>
</head> </head>