💾 Add page titles #100DaysOfCode R1D19

This commit is contained in:
Dan Jones 2018-01-20 20:02:39 -06:00
commit 9c732fe6a1
5 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,11 @@
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}> <body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content"> <section class="entry-content">
{% if page.title %}
<header class="entry-header">
<h1 class="entry-title">{{ page.title }}</h1>
</header>
{% endif %}
{{ content }} {{ content }}
</section> </section>
</body> </body>

View file

@ -1,5 +1,6 @@
--- ---
layout: default layout: default
title: Contact
--- ---
<p>You can email me at <span id="33c12d8ca2a4cb0fc68b88df8329bf53"></span> <p>You can email me at <span id="33c12d8ca2a4cb0fc68b88df8329bf53"></span>

View file

@ -1,5 +1,6 @@
--- ---
layout: default layout: default
title: Introduction
--- ---
<p>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.</p> <p>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.</p>

View file

@ -1,6 +1,7 @@
--- ---
layout: default layout: default
id: theater id: theater
title: Acting Resume
--- ---
<h1>Dan Jones</h1> <h1>Dan Jones</h1>

View file

@ -1,6 +1,7 @@
--- ---
layout: default layout: default
id: web id: web
title: Web Resume
--- ---
<h1 id="danjones">Dan Jones</h1> <h1 id="danjones">Dan Jones</h1>