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 /todaniel.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 'todaniel.html')
-rw-r--r-- | todaniel.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/todaniel.html b/todaniel.html index a07029a..227d5c8 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -37,12 +37,11 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>There are more modern ideals of beauty<br />than yours, young padowan. Jessica has<br />some assets, that I’ll give you easily,<br />but in my women I prefer pizzazz.</p> | 41 | <section class="content verse"><p>There are more modern ideals of beauty<br />than yours, young padowan. Jessica has<br />some assets, that I’ll give you easily,<br />but in my women I prefer pizzazz.</p> |
42 | <p>I don’t want to bring you down, or make you think<br /><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.<br />It’s just that, like Adam said, 2006<br />has come and gone. What did she do</p> | 42 | <p>I don’t want to bring you down, or make you think<br /><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.<br />It’s just that, like Adam said, 2006<br />has come and gone. What did she do</p> |
43 | <p>in that year anyway? IMDB<br />has, surprisingly, none, though in ’05<br />she’s in four titles. <em>Sin City</em><br />I’ve never seen, although from many I’ve</p> | 43 | <p>in that year anyway? IMDB<br />has, surprisingly, none, though in ’05<br />she’s in four titles. <em>Sin City</em><br />I’ve never seen, although from many I’ve</p> |
44 | <p>heard it’s good. But it’s still irrelevant—<br />no matter how comely, she lacks talent.</p> | 44 | <p>heard it’s good. But it’s still irrelevant—<br />no matter how comely, she lacks talent.</p></section> |
45 | </section> | ||
46 | </article> | 45 | </article> |
47 | <nav> | 46 | <nav> |
48 | <a class="prevlink" href="weplayedthosegamestoo.html" | 47 | <a class="prevlink" href="weplayedthosegamestoo.html" |