Skip to content

Commit

Permalink
Fix population of inline style tag using config
Browse files Browse the repository at this point in the history
  • Loading branch information
ConcurrentHashMap authored Jan 11, 2021
1 parent 140269f commit c38e6e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
{/each}
{/if}
{#if config['status-website'].css}
{@html `
<style>
{config['status-website'].css}
</style>
${config['status-website'].css}
</style>`
}
{/if}
{#if config['status-website'].js}
<script>
Expand Down

0 comments on commit c38e6e4

Please sign in to comment.