Skip to content

Commit

Permalink
♻️ Add custom plain JS
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 6, 2020
1 parent d6b0ad6 commit fd10380
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
{config['status-website'].css}
</style>
{/if}
{#if config['status-website'].js}
<script>
{
config["status-website"].js;
}
</script>
{/if}
</svelte:head>

<Nav {segment} />
Expand Down

0 comments on commit fd10380

Please sign in to comment.