diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index abe8a284..361cedbc 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -973,6 +973,17 @@ "Blog" ] }, + { + "title": "jbetzen.net", + "url": "https://jbetzen.net/", + "tags": [ + "Personal site", + "Home Automation", + "CAD", + "DIY", + "Mechanical Engineering" + ] + }, { "title": "alst.ovh", "url": "https://alst.ovh/", diff --git a/package.json b/package.json index 3977fc8f..7ac45e88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.98.0", + "version": "2.99.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy",