Skip to content

Commit

Permalink
Merge pull request #92 from raydiak/patch-1
Browse files Browse the repository at this point in the history
Don't escape CSS
  • Loading branch information
JJ authored Jun 11, 2021
2 parents 459b912 + a758d97 commit 9d99075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/main.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>{{{title}}}</title>
<meta charset="UTF-8"/>
<style>{{default-style}}</style>
<style>{{{default-style}}}</style>

{{#css}}<link rel="stylesheet" href="{{css}}">{{/css}}
</head>
Expand Down

0 comments on commit 9d99075

Please sign in to comment.