diff --git a/_layouts/default.html b/_layouts/default.html
index 62290dd5c..1b0885442 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,3 @@
----
-title: 'This is my Site Title'
----
 <!DOCTYPE html>
 <html>
 <head>
@@ -21,7 +18,7 @@
             <a class='{% if page.url == "about/" %}active{% endif %}' href='{{site.baseurl}}/about'>About</a>
             <a href='//github.com/prose/starter'>Fork on GitHub</a>
           </div>
-          <h1 class='title'><a href='{{site.baseurl}}/'>{{page.title}}</a></h1>
+          <h1 class='title'><a href='{{site.baseurl}}/'>Site Title</a></h1>
         </div>
       </div>
     </div>