diff options
author | cyfraeviolae <cyfraeviolae> | 2022-03-04 20:10:40 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-03-04 20:10:40 -0500 |
commit | 028816bb4970f067fdba339bb0ccec5ed51060d8 (patch) | |
tree | 2de08e3cef23bd9d62be4c8af682694b1cd80a86 /static | |
parent | 324222c730d1014f94adc4c6915de5b8cdeac9ff (diff) |
poem
Diffstat (limited to 'static')
-rw-r--r-- | static/poems.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/poems.js b/static/poems.js index 5b5d514..e51bddf 100644 --- a/static/poems.js +++ b/static/poems.js @@ -120,4 +120,27 @@ I only know that summer sang in me A little while, that in me sings no more.`, "link": "https://www.poetryfoundation.org/poems/46557/what-lips-my-lips-have-kissed-and-where-and-why", }, + { + "line": "Locked and frozen in each eye".split(' '), + "scansion": ['/', 'x', '/x', '/', 'x', '/'], + "title": "In Memory of W. B. Yeats", + "collection": "", + "author": "W. H. Auden", + "meter": "catalectic trochaic tetrameter", + "ctx": `Earth, receive an honoured guest: +William Yeats is laid to rest. +Let the Irish vessel lie +Emptied of its poetry. + +In the nightmare of the dark +All the dogs of Europe bark, +And the living nations wait, +Each sequestered in its hate; + +Intellectual disgrace +Stares from every human face, +And the seas of pity lie +Locked and frozen in each eye.`, + "link": "https://poets.org/poem/memory-w-b-yeats", + }, ] |