diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 58bdccb3..789f918e 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -840,5 +840,14 @@ "Personal site", "Blog" ] + }, + { + "title": "Bootleg Coal Rebellion ", + "url": "https://bootlegcoal.com", + "source": "n/a", + "tags": [ + "Author Site", + "Blog" + ] } ] \ No newline at end of file diff --git a/package.json b/package.json index 6aef9514..8aac0f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.82.0", + "version": "2.83.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy",