diff --git a/package.json b/package.json index 0c87648..19db028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fwdekker/template", - "version": "3.3.6", + "version": "3.3.7", "description": "The base template for pages on fwdekker.com.", "author": "Florine W. Dekker", "license": "MIT", diff --git a/src/main/js/Template.ts b/src/main/js/Template.ts index 846acf3..b7958f5 100644 --- a/src/main/js/Template.ts +++ b/src/main/js/Template.ts @@ -86,7 +86,11 @@ function nav(highlightPath?: string, cb?: (json: any) => void): HTMLElement { const checkbox = stringToHtml(``); nav.appendChild(checkbox); - const base = stringToHtml(``); + const base = stringToHtml( + `` + ); fetch("https://fwdekker.com/api/nav/") .then(it => it.json()) .then(json => {