Skip to content

Commit

Permalink
Merge pull request #126 from ConcurrentHashMap/ConcurrentHashMap-patch-1
Browse files Browse the repository at this point in the history
Fix population of inline style tag using config
  • Loading branch information
AnandChowdhary authored Jan 11, 2021
2 parents 140269f + c38e6e4 commit 89bc315
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 89bc315

Please sign in to comment.