From 2764ce38ff89667fc4073fb66cdd634caaffd613 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 12 Mar 2015 13:01:16 -0700
Subject: Fix #9 - ekphrastisize some poems

For ekphrastic articles, add `ekphrastic` node to YAML metadata.
This node includes subnodes `image`, `title`, `alt`, `link`, and `class`.
`image` provides a link to the local image--just include the file name
with the extension, not the folder (all images should be in /img/.)
`title` provides the title of the image, and the alt-text, if there
is no `alt` node.
`alt`, if it exists, provides the alt text for the image.
`link`, if present, wraps the image in an `<a>` tag--it should point
to the source web page of the ekphrastic image.
`class`, if present, sets the class(es) for the image, for styling.

In this commit, I've set `ekphrastic` on the four articles that have
them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and
'Man.' I've also updated .template.html with the changes, and updated
README.md to reflect the changes in YAML structure.
---
 time-looks-up-to-the-sky.html | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

(limited to 'time-looks-up-to-the-sky.html')

diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html
index 4debf96..6f47023 100644
--- a/time-looks-up-to-the-sky.html
+++ b/time-looks-up-to-the-sky.html
@@ -37,14 +37,13 @@
             
                     </header>
 
-        <section class="content verse">
-            <p>I wish I’d kissed you when I had the chance.<br />Your face hovering there, so near to mine,<br />your mouth pursed—what word was it you pronounced?</p>
-            <p>When I think about you, <a href="howithappened.html">something in my pants</a><br />tightens, and my thoughts run, and I realize<br />I should’ve kissed you when I had the chance.</p>
-            <p>I want that moment never to be past<br />like Keats’s lovers on the grecian urn:<br />his mouth pursed, her figure turned to pronounce</p>
-            <p>her hips in ways that are not feminist.<br />But time strolls mildly on, not glancing at my<br />wish to kiss you when I had the chance,</p>
-            <p>whispered like a <a href="about-the-author.html">beggar to a prince</a><br />outside his palace: time looks up to the sky,<br />purses his lips, and hears what I pronounce</p>
-            <p>but pays it little mind. If he would just<br />turn back, bend down, and follow my design,<br />I would have kissed you when I had the chance,<br />as your mouth pursed and you pronounced goodbye.</p>
-        </section>
+        
+        <section class="content verse"><p>I wish I’d kissed you when I had the chance.<br />Your face hovering there, so near to mine,<br />your mouth pursed—what word was it you pronounced?</p>
+<p>When I think about you, <a href="howithappened.html">something in my pants</a><br />tightens, and my thoughts run, and I realize<br />I should’ve kissed you when I had the chance.</p>
+<p>I want that moment never to be past<br />like Keats’s lovers on the grecian urn:<br />his mouth pursed, her figure turned to pronounce</p>
+<p>her hips in ways that are not feminist.<br />But time strolls mildly on, not glancing at my<br />wish to kiss you when I had the chance,</p>
+<p>whispered like a <a href="about-the-author.html">beggar to a prince</a><br />outside his palace: time looks up to the sky,<br />purses his lips, and hears what I pronounce</p>
+<p>but pays it little mind. If he would just<br />turn back, bend down, and follow my design,<br />I would have kissed you when I had the chance,<br />as your mouth pursed and you pronounced goodbye.</p></section>
     </article>
     <nav>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
-- 
cgit 1.4.1-21-gabe81