diff options
author | Case Duckworth | 2015-03-12 13:01:16 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 13:01:16 -0700 |
commit | 2764ce38ff89667fc4073fb66cdd634caaffd613 (patch) | |
tree | 2b574940d00219cddba222222ee2ae13d49ea644 /listen.html | |
parent | Remove lua cruft (diff) | |
download | autocento-2764ce38ff89667fc4073fb66cdd634caaffd613.tar.gz autocento-2764ce38ff89667fc4073fb66cdd634caaffd613.zip |
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.
Diffstat (limited to 'listen.html')
-rw-r--r-- | listen.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/listen.html b/listen.html index d5c73a5..6e67bed 100644 --- a/listen.html +++ b/listen.html | |||
@@ -37,10 +37,9 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> | 41 | <section class="content verse"><p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> |
42 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p> | 42 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p></section> |
43 | </section> | ||
44 | </article> | 43 | </article> |
45 | <nav> | 44 | <nav> |
46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |