diff --git a/app.js b/app.js index 3eb1e35..083aa8b 100644 --- a/app.js +++ b/app.js @@ -23,6 +23,7 @@ const striptags = require('striptags'); const port = process.env.PORT || 8000; +app.disable('x-powered-by'); app.use(compress()); app.use(express.static(__dirname + '/build')); diff --git a/templates/index.html b/templates/index.html index 83056cc..f835534 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@
  • - {{ this.title }} + {{ this.title }}

    diff --git a/templates/post.html b/templates/post.html index 4903d68..ecd64f8 100644 --- a/templates/post.html +++ b/templates/post.html @@ -8,7 +8,7 @@

    - {{ title }} + {{ title }}