Merge branch 'master' of github.com:andris9/mailtrain
This commit is contained in:
commit
55d23145a8
3 changed files with 17 additions and 0 deletions
|
@ -25,6 +25,14 @@
|
|||
<link rel="stylesheet" href="/summernote/summernote.css">
|
||||
{{/if}}
|
||||
|
||||
{{#each customStyles}}
|
||||
<link rel="stylesheet" href="{{this}}">
|
||||
{{/each}}
|
||||
|
||||
{{#each customScripts}}
|
||||
<script src="{{this}}"></script>
|
||||
{{/each}}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue