diff --git a/LICENSE b/LICENSE index 52595c3..6e01d1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 F.W. Dekker +Copyright (c) 2021 Florine W. Dekker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index b7c2bbf..797bd64 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 0c9eb96..0b6f413 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "error-pages", - "version": "1.3.1", + "version": "1.3.2", "description": "Error pages for my website.", - "author": "F.W. Dekker", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", @@ -16,7 +16,7 @@ "deploy": "grunt deploy" }, "devDependencies": { - "@11ty/eleventy": "^0.12.1", + "@11ty/eleventy": "^1.0.0", "grunt": "^1.4.1", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.0", diff --git a/src/main/_data/site.json b/src/main/_data/site.json index 526ec33..265bc57 100644 --- a/src/main/_data/site.json +++ b/src/main/_data/site.json @@ -1,5 +1,5 @@ { "baseurl": "/", "title": "FWDekker", - "author": "F.W. Dekker" + "author": "Florine W. Dekker" } diff --git a/src/main/template.njk b/src/main/template.njk index dd438bb..ae71560 100644 --- a/src/main/template.njk +++ b/src/main/template.njk @@ -3,7 +3,7 @@ pagination: data: error-pages size: 1 alias: errorPage -permalink: "{{ errorPage.code | slug }}.html" +permalink: "{{ errorPage.code | slugify }}.html" ---