Highlight self in navigation bar

This commit is contained in:
Florine W. Dekker 2020-10-01 20:12:11 +02:00
parent 8f954a6464
commit 5a0a6e73af
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "Main page for the /tools directory.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -11,7 +11,7 @@ const unpackEntry = function (entry, depth = 0) {
doAfterLoad(() => {
$("#nav").appendChild(nav());
$("#nav").appendChild(nav("/Tools/"));
$("#header").appendChild(header({title: "Tools", description: "An overview of tools I have created"}));
$("#footer").appendChild(footer({
author: "Felix W. Dekker",