diff --git a/exampleSite/content/guides/template/index.md b/exampleSite/content/guides/template/index.md index 41a1ad1f..7c8e09b0 100644 --- a/exampleSite/content/guides/template/index.md +++ b/exampleSite/content/guides/template/index.md @@ -1,6 +1,6 @@ --- title: "Guide Template" -date: 2222-12-22 +date: 1987-12-22 draft: false description: "Template for creating a guide" tags: ["template"] diff --git a/package.json b/package.json index 59ae3f5d..8802bf43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.24.0", + "version": "2.25.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",