diff --git a/_layouts/default.html b/_layouts/default.html index 5b139a9..dd45f6e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +9,11 @@
+ {% if page.title %} +
+

{{ page.title }}

+
+ {% endif %} {{ content }}
diff --git a/contact.html b/contact.html index 222f791..49c16c2 100644 --- a/contact.html +++ b/contact.html @@ -1,5 +1,6 @@ --- layout: default +title: Contact ---

You can email me at diff --git a/index.html b/index.html index a81cd86..fb678d5 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: default +title: Introduction ---

Welcome to my website. My name is Dan Jones. I am a web developer and an actor, and I'd like to tell you a bit about myself.

diff --git a/theater.html b/theater.html index 35afc49..1c69907 100644 --- a/theater.html +++ b/theater.html @@ -1,6 +1,7 @@ --- layout: default id: theater +title: Acting Resume ---

Dan Jones

diff --git a/web.html b/web.html index 07742b5..e549098 100644 --- a/web.html +++ b/web.html @@ -1,6 +1,7 @@ --- layout: default id: web +title: Web Resume ---

Dan Jones