💾 Add page titles #100DaysOfCode R1D19
This commit is contained in:
parent
da5dd153e3
commit
9c732fe6a1
5 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
id: theater
|
id: theater
|
||||||
|
title: Acting Resume
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Dan Jones</h1>
|
<h1>Dan Jones</h1>
|
||||||
|
|
|
||||||
1
web.html
1
web.html
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue