diff --git a/paper-houses-theme/_default.hbs b/paper-houses-theme/_default.hbs index ef094f5..fa6f3d0 100644 --- a/paper-houses-theme/_default.hbs +++ b/paper-houses-theme/_default.hbs @@ -40,7 +40,7 @@ {{!-- My content footer --}} diff --git a/paper-houses-theme/package.json b/paper-houses-theme/package.json index f8e5542..1933363 100644 --- a/paper-houses-theme/package.json +++ b/paper-houses-theme/package.json @@ -1,7 +1,7 @@ { "name": "paper-houses", "description": "A blog theme inspired by the warm feel of paper.", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD0", "author": { "email": "MatthiasPortzel@gmail.com" @@ -28,6 +28,10 @@ "contact_info": { "type": "text", "default": "You can reach me through telepathy." + }, + "footer_text": { + "type": "text", + "default": "Soli Deo Gloria" } } },