💾 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 %}>
<section class="entry-content">
{% if page.title %}
<header class="entry-header">
<h1 class="entry-title">{{ page.title }}</h1>
</header>
{% endif %}
{{ content }}
</section>
</body>

View file

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

View file

@ -1,5 +1,6 @@
---
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>

View file

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

View file

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