From 20e9c7c2498b559a284bb9db0fcf1a3b08c779ac Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 12 Mar 2015 09:45:58 -0700 Subject: Fix #8 - dedication bug - & change epigraph org - Move the $endif$ for $if(epigraph.content)$ to before .dedication - Change `epigraph + epigraph-attrib` to `epigraph > attrib` --- .template.html | 26 ++++++++++++++------------ 100-lines.html | 5 ++++- about-the-author.html | 14 ++++++++------ amber-alert.html | 14 ++++++++------ and.html | 16 +++++++++------- angeltoabraham.html | 5 ++++- apollo11.html | 5 ++++- arspoetica.html | 5 ++++- art.html | 5 ++++- axe.html | 5 ++++- big-dipper.html | 5 ++++- boar.html | 5 ++++- boy_bus.html | 5 ++++- building.html | 5 ++++- call-me-aural-pleasure.html | 14 ++++++++------ cereal.html | 5 ++++- cold-wind.html | 7 ++++++- creation-myth.html | 5 ++++- css/common.css | 4 ++-- deadman.html | 5 ++++- death-zone.html | 16 +++++++++------- deathstrumpet.html | 16 +++++++++------- dream.html | 5 ++++- early.html | 5 ++++- elegyforanalternateself.html | 5 ++++- epigraph.html | 5 ++++- ex-machina.html | 14 ++++++++------ exasperated.html | 5 ++++- father.html | 5 ++++- feedingtheraven.html | 5 ++++- finding-the-lion.html | 5 ++++- fire.html | 5 ++++- found-typewriter-poem.html | 14 ++++++++------ hands.html | 5 ++++- hard-game.html | 7 ++++++- hardware.html | 5 ++++- howithappened.html | 5 ++++- howtoread.html | 5 ++++- hymnal.html | 5 ++++- i-am.html | 5 ++++- i-think-its-you.html | 14 ++++++++------ i-wanted-to-tell-you-something.html | 5 ++++- in-bed.html | 5 ++++- index.html | 5 ++++- initial-conditions.html | 5 ++++- january.html | 5 ++++- joke.html | 5 ++++- lappel-du-vide.html | 16 +++++++++------- largest-asteroid.html | 5 ++++- last-bastion.html | 5 ++++- last-passenger.html | 5 ++++- leaf.html | 5 ++++- leg.html | 5 ++++- likingthings.html | 5 ++++- listen.html | 5 ++++- love-as-god.html | 5 ++++- lovesong.html | 5 ++++- man.html | 5 ++++- moon-drowning.html | 5 ++++- moongone.html | 5 ++++- mountain.html | 5 ++++- movingsideways.html | 5 ++++- music-433.html | 7 ++++++- no-nothing.html | 5 ++++- notes.html | 5 ++++- nothing-is-ever-over.html | 5 ++++- onformalpoetry.html | 5 ++++- options.html | 5 ++++- ouroboros_memory.html | 16 +++++++++------- paul.html | 5 ++++- philosophy.html | 5 ++++- phone.html | 5 ++++- planks.html | 5 ++++- plant.html | 5 ++++- poetry-time.html | 5 ++++- prelude.html | 5 ++++- problems.html | 5 ++++- proverbs.html | 5 ++++- punch.html | 5 ++++- purpose-dogs.html | 5 ++++- question.html | 5 ++++- real-writer.html | 5 ++++- reports.html | 5 ++++- riptide_memory.html | 5 ++++- ronaldmcdonald.html | 5 ++++- roughgloves.html | 5 ++++- sapling.html | 5 ++++- seasonal-affective-disorder.html | 5 ++++- sense-of-it.html | 5 ++++- serengeti.html | 5 ++++- shed.html | 5 ++++- shipwright.html | 5 ++++- sixteenth-chapel.html | 20 +++++++++++--------- snow.html | 5 ++++- something-simple.html | 5 ++++- spittle.html | 5 ++++- squirrel.html | 5 ++++- stagnant.html | 5 ++++- statements-frag.html | 5 ++++- stayed-on-the-bus.html | 5 ++++- stump.html | 5 ++++- swansong-alt.html | 5 ++++- swansong.html | 5 ++++- swear.html | 5 ++++- table_contents.html | 14 ++++++++------ tapestry.html | 5 ++++- telemarketer.html | 5 ++++- the-night-we-met.html | 5 ++++- the-sea_the-beach.html | 5 ++++- theoceanoverflowswithcamels.html | 5 ++++- time-looks-up-to-the-sky.html | 5 ++++- todaniel.html | 5 ++++- toilet.html | 5 ++++- toothpaste.html | 5 ++++- treatise.html | 5 ++++- underwear.html | 5 ++++- wallpaper.html | 5 ++++- weplayedthosegamestoo.html | 5 ++++- when-im-sorry-i.html | 5 ++++- window.html | 5 ++++- words-meaning.html | 5 ++++- worse-looking-over.html | 5 ++++- writing.html | 5 ++++- x-ray.html | 5 ++++- yellow.html | 5 ++++- 125 files changed, 574 insertions(+), 210 deletions(-) diff --git a/.template.html b/.template.html index aa5ac98..9fd0fa0 100644 --- a/.template.html +++ b/.template.html @@ -1,6 +1,7 @@ - + @@ -32,6 +33,7 @@ $for(include-before)$ $include-before$ $endfor$ +
@@ -39,23 +41,23 @@ $if(subtitle)$

$subtitle$

$endif$ $if(epigraph.content)$ - -
+ +
$if(epigraph.link)$ - $epigraph.content$ + $epigraph.content$ $else$ - $epigraph.content$ + $epigraph.content$ $endif$ -
- $if(epigraph.attrib)$ -
$epigraph.attrib$
- $endif$ - $if(dedication)$ - -
$dedication$
+ $if(epigraph.attrib)$ +
$epigraph.attrib$
+ $endif$ +
$endif$ + $if(dedication)$ + +
$dedication$
$endif$
diff --git a/100-lines.html b/100-lines.html index e9076a9..b5d3b2a 100644 --- a/100-lines.html +++ b/100-lines.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

100 lines

+
diff --git a/about-the-author.html b/about-the-author.html index 925a35b..72aaca9 100644 --- a/about-the-author.html +++ b/about-the-author.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

About the author

(not pictured)

- -
- The body that surrounds him is his, but his insides are not. -
- + +
+ The body that surrounds him is his, but his insides are not. + +
diff --git a/amber-alert.html b/amber-alert.html index f251168..bcffebd 100644 --- a/amber-alert.html +++ b/amber-alert.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

AMBER alert

- - - + +
diff --git a/and.html b/and.html index 90bb023..5cafc45 100644 --- a/and.html +++ b/and.html @@ -1,6 +1,7 @@ - + @@ -25,19 +26,20 @@ +

And

- -
diff --git a/angeltoabraham.html b/angeltoabraham.html index 64eabfd..96b55f1 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The angel to Abraham

+
diff --git a/apollo11.html b/apollo11.html index 916dd98..ccfcac9 100644 --- a/apollo11.html +++ b/apollo11.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

On seeing the panorama of the Apollo 11 landing site

+
diff --git a/arspoetica.html b/arspoetica.html index 8725a73..0424fcc 100644 --- a/arspoetica.html +++ b/arspoetica.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Ars poetica

+
diff --git a/art.html b/art.html index e88f60a..425fcc1 100644 --- a/art.html +++ b/art.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Art

+
diff --git a/axe.html b/axe.html index 2892f43..63b3733 100644 --- a/axe.html +++ b/axe.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Axe

+
diff --git a/big-dipper.html b/big-dipper.html index 03b7607..e94d495 100644 --- a/big-dipper.html +++ b/big-dipper.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The Big Dipper

+
diff --git a/boar.html b/boar.html index 06352d7..8b4ffce 100644 --- a/boar.html +++ b/boar.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The boar

+
diff --git a/boy_bus.html b/boy_bus.html index 2c519b6..d057a50 100644 --- a/boy_bus.html +++ b/boy_bus.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Boy on the bus

+
diff --git a/building.html b/building.html index 9b5f67a..e342579 100644 --- a/building.html +++ b/building.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Building

+
diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index 2e7166a..85c87df 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

Call me

aural pleasure

- - - + +
diff --git a/cereal.html b/cereal.html index 9f6d507..7d96ae3 100644 --- a/cereal.html +++ b/cereal.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Cereal

+
diff --git a/cold-wind.html b/cold-wind.html index febb19c..024cf29 100644 --- a/cold-wind.html +++ b/cold-wind.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,16 @@ +

Cold wind

+ + +
Justin
diff --git a/creation-myth.html b/creation-myth.html index 5555e40..e340a27 100644 --- a/creation-myth.html +++ b/creation-myth.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Creation myth

+
diff --git a/css/common.css b/css/common.css index 62f1884..27d64eb 100644 --- a/css/common.css +++ b/css/common.css @@ -152,13 +152,13 @@ h2 { .epigraph p { margin: 0; } -.epigraph-attrib { +.epigraph .attrib { text-align: right; margin-top: 0; font-size: 10pt; font-style: italic; } -.epigraph-attrib::before { +.epigraph .attrib::before { content: '– '; } /* epigraph }}} */ diff --git a/deadman.html b/deadman.html index 33897cd..8715f4e 100644 --- a/deadman.html +++ b/deadman.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Dead man

+
diff --git a/death-zone.html b/death-zone.html index 1a6e905..17f6f3d 100644 --- a/death-zone.html +++ b/death-zone.html @@ -1,6 +1,7 @@ - + @@ -25,18 +26,19 @@ +

The Death Zone

- - -
Philip Gould
- + +
+ And my life became death. + +
Philip Gould
+
diff --git a/deathstrumpet.html b/deathstrumpet.html index 340d8e5..e249e56 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html @@ -1,6 +1,7 @@ - + @@ -25,18 +26,19 @@ +

Death’s trumpet

- -
-

So Death plays his little fucking trumpet. So what, says the boy.

-
-
Larry Levis
- + +
+

So Death plays his little fucking trumpet. So what, says the boy.

+ +
Larry Levis
+
diff --git a/dream.html b/dream.html index a0e3123..c23bd55 100644 --- a/dream.html +++ b/dream.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Dream

+
diff --git a/early.html b/early.html index 6fcd54b..e823845 100644 --- a/early.html +++ b/early.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Early

+
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index 7157b47..5de720d 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Elegy for an alternate self

+
diff --git a/epigraph.html b/epigraph.html index f02379b..4f1748f 100644 --- a/epigraph.html +++ b/epigraph.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

epigraph

+
diff --git a/ex-machina.html b/ex-machina.html index 20ed80a..a630b20 100644 --- a/ex-machina.html +++ b/ex-machina.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

Ex machina

- - - + +
diff --git a/exasperated.html b/exasperated.html index fd484ed..0cc9b00 100644 --- a/exasperated.html +++ b/exasperated.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Exasperated

+
diff --git a/father.html b/father.html index 6f5b093..e22c598 100644 --- a/father.html +++ b/father.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Father

+
diff --git a/feedingtheraven.html b/feedingtheraven.html index 5809141..fb10f91 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Feeding the raven

+
diff --git a/finding-the-lion.html b/finding-the-lion.html index 50b3bbf..9f9d1b6 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Finding the Lion

+
diff --git a/fire.html b/fire.html index d1c97ed..24a58a4 100644 --- a/fire.html +++ b/fire.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Fire

+
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 970f965..031ad60 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

Look

a found typewriter poem

- -
-

Is he older? I asked her. And I never got an answer, because at the moment she disappeared in a puff of smoke. I like to think nothing ever happened to her save that she went over to the spirit realm. I usually know better though.

-
- + +
+

Is he older? I asked her. And I never got an answer, because at the moment she disappeared in a puff of smoke. I like to think nothing ever happened to her save that she went over to the spirit realm. I usually know better though.

+ +
diff --git a/hands.html b/hands.html index bcd5404..fd2ce52 100644 --- a/hands.html +++ b/hands.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Hands

+
diff --git a/hard-game.html b/hard-game.html index 2b7b17e..bc164c2 100644 --- a/hard-game.html +++ b/hard-game.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,16 @@ +

A hard game

+ + +
Jim Henson
diff --git a/hardware.html b/hardware.html index c5e2ec9..dbe746a 100644 --- a/hardware.html +++ b/hardware.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Hardware

+
diff --git a/howithappened.html b/howithappened.html index 31d5fb0..40ab4f3 100644 --- a/howithappened.html +++ b/howithappened.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

How it happened

+
diff --git a/howtoread.html b/howtoread.html index fba6a50..c73d8eb 100644 --- a/howtoread.html +++ b/howtoread.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

How to read this

+
diff --git a/hymnal.html b/hymnal.html index 49a35ef..2d8a2a1 100644 --- a/hymnal.html +++ b/hymnal.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Hymnal

+
diff --git a/i-am.html b/i-am.html index 277c2f5..2cbda9f 100644 --- a/i-am.html +++ b/i-am.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

I am

+
diff --git a/i-think-its-you.html b/i-think-its-you.html index 194ec5a..2eebd22 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

I think it’s you (but it’s not)

- - - + +
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index 79b2917..122585c 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

I wanted to tell you something

+
diff --git a/in-bed.html b/in-bed.html index 10923e4..9a391d4 100644 --- a/in-bed.html +++ b/in-bed.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

In bed

+
diff --git a/index.html b/index.html index 08b3d39..d97c22f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Autocento of the breakfast table

Index of first lines and common titles

+
diff --git a/initial-conditions.html b/initial-conditions.html index 73a6dd3..8f5c036 100644 --- a/initial-conditions.html +++ b/initial-conditions.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Initial conditions

+
diff --git a/january.html b/january.html index a754e78..607c4f7 100644 --- a/january.html +++ b/january.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

January

+
diff --git a/joke.html b/joke.html index d121954..17f116d 100644 --- a/joke.html +++ b/joke.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Joke

+
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 0b025a5..838c639 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html @@ -1,6 +1,7 @@ - + @@ -25,18 +26,19 @@ +

L’appel du vide

- - -
Thomas Wolfe
- + +
+ You can never go home again. + +
Thomas Wolfe
+
diff --git a/largest-asteroid.html b/largest-asteroid.html index 6316bde..3ecdf22 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The largest asteroid in the asteroid belt

+
diff --git a/last-bastion.html b/last-bastion.html index 09737c2..a37e19d 100644 --- a/last-bastion.html +++ b/last-bastion.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Last bastion

+
diff --git a/last-passenger.html b/last-passenger.html index 4e0b1c4..2da0ccf 100644 --- a/last-passenger.html +++ b/last-passenger.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Last passenger

+
diff --git a/leaf.html b/leaf.html index 83353b7..586e1ab 100644 --- a/leaf.html +++ b/leaf.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Leaf

+
diff --git a/leg.html b/leg.html index 95d421e..6c82252 100644 --- a/leg.html +++ b/leg.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Leg

+
diff --git a/likingthings.html b/likingthings.html index 1d79b6e..49c481b 100644 --- a/likingthings.html +++ b/likingthings.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Liking Things

+
diff --git a/listen.html b/listen.html index 6790f57..f6c20da 100644 --- a/listen.html +++ b/listen.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Listen

+
diff --git a/love-as-god.html b/love-as-god.html index 7c98c1d..3521208 100644 --- a/love-as-god.html +++ b/love-as-god.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Love as God

+
diff --git a/lovesong.html b/lovesong.html index 119b3e8..0c5b7dc 100644 --- a/lovesong.html +++ b/lovesong.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Love Song

+
diff --git a/man.html b/man.html index f9551e6..5977079 100644 --- a/man.html +++ b/man.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Man

+
diff --git a/moon-drowning.html b/moon-drowning.html index 4b7892e..fb74c8a 100644 --- a/moon-drowning.html +++ b/moon-drowning.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The Moon is drowning

+
diff --git a/moongone.html b/moongone.html index 4e7888c..d764683 100644 --- a/moongone.html +++ b/moongone.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The moon is gone and in its place a mirror

+
diff --git a/mountain.html b/mountain.html index 15f06c7..8f071fc 100644 --- a/mountain.html +++ b/mountain.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The mountain

+
diff --git a/movingsideways.html b/movingsideways.html index 7b2e247..707b9c2 100644 --- a/movingsideways.html +++ b/movingsideways.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Moving Sideways

+
diff --git a/music-433.html b/music-433.html index 5bc5f68..3d2b834 100644 --- a/music-433.html +++ b/music-433.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,16 @@ +

Something about all music being performances of 4′33″ in places where other bands happen to be playing

+ + +
diff --git a/no-nothing.html b/no-nothing.html index 7e5b1b5..f56c8cf 100644 --- a/no-nothing.html +++ b/no-nothing.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

No nothing

+
diff --git a/notes.html b/notes.html index eaab7ef..b2c98cc 100644 --- a/notes.html +++ b/notes.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Notes

+
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 20130ce..f115fa1 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Nothing is ever over

+
diff --git a/onformalpoetry.html b/onformalpoetry.html index f98a1b5..484e658 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

On formal poetry

+
diff --git a/options.html b/options.html index 37114c1..c91b397 100644 --- a/options.html +++ b/options.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Options

+
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index d82f52b..f6ea3da 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html @@ -1,6 +1,7 @@ - + @@ -25,18 +26,19 @@ +

Ouroboros of Memory

- - -
Jonathan Safran Foer
- + +
diff --git a/paul.html b/paul.html index 43aeb58..873ea97 100644 --- a/paul.html +++ b/paul.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Paul

+
diff --git a/philosophy.html b/philosophy.html index a990309..58815cd 100644 --- a/philosophy.html +++ b/philosophy.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Philosophy

+
diff --git a/phone.html b/phone.html index 7182bc9..f89386c 100644 --- a/phone.html +++ b/phone.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Phone

+
diff --git a/planks.html b/planks.html index d1b5b79..ec88f9d 100644 --- a/planks.html +++ b/planks.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Planks

+
diff --git a/plant.html b/plant.html index cf25eed..540cfde 100644 --- a/plant.html +++ b/plant.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Litany for a plant

+
diff --git a/poetry-time.html b/poetry-time.html index 4c913fd..2d69e7a 100644 --- a/poetry-time.html +++ b/poetry-time.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Something about the nature of poetry and time

+
diff --git a/prelude.html b/prelude.html index 75b7ab9..df26b61 100644 --- a/prelude.html +++ b/prelude.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Prelude

+
diff --git a/problems.html b/problems.html index c7d14bd..4cdf514 100644 --- a/problems.html +++ b/problems.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Problems

+
diff --git a/proverbs.html b/proverbs.html index f7da430..59a11dc 100644 --- a/proverbs.html +++ b/proverbs.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Proverbs

+
diff --git a/punch.html b/punch.html index 184906e..67def44 100644 --- a/punch.html +++ b/punch.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Punch

+
diff --git a/purpose-dogs.html b/purpose-dogs.html index 72d58bc..c8b547c 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The purpose of dogs

+
diff --git a/question.html b/question.html index dc5f547..9df7813 100644 --- a/question.html +++ b/question.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Question

+
diff --git a/real-writer.html b/real-writer.html index 0c46f71..05f9398 100644 --- a/real-writer.html +++ b/real-writer.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

A real writer

+
diff --git a/reports.html b/reports.html index 0fd3c97..0865165 100644 --- a/reports.html +++ b/reports.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Reports

+
diff --git a/riptide_memory.html b/riptide_memory.html index 24d4ec5..ee9d087 100644 --- a/riptide_memory.html +++ b/riptide_memory.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Riptide of memory

+
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index 799d792..ec51dea 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Ronald McDonald

+
diff --git a/roughgloves.html b/roughgloves.html index b4326ba..088f00b 100644 --- a/roughgloves.html +++ b/roughgloves.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Rough gloves

+
diff --git a/sapling.html b/sapling.html index bf907df..a796ca6 100644 --- a/sapling.html +++ b/sapling.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Sapling

+
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index bb059bc..07fde6e 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Seasonal affective disorder

+
diff --git a/sense-of-it.html b/sense-of-it.html index c68a17c..83ce108 100644 --- a/sense-of-it.html +++ b/sense-of-it.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Sense of it

+
diff --git a/serengeti.html b/serengeti.html index b92ca05..52c5bbc 100644 --- a/serengeti.html +++ b/serengeti.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Serengeti

+
diff --git a/shed.html b/shed.html index 8837719..b94d08a 100644 --- a/shed.html +++ b/shed.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Shed

+
diff --git a/shipwright.html b/shipwright.html index 2ef692d..1fc6950 100644 --- a/shipwright.html +++ b/shipwright.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The shipwright

+
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 5e3eec6..e49c025 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html @@ -1,6 +1,7 @@ - + @@ -25,21 +26,22 @@ +

The Sixteenth Chapel

- - -
David Letterman
- - -
Max
+ +
+ Canadian High School! + +
David Letterman
+
+ +
Max
diff --git a/snow.html b/snow.html index d02306e..73ddd9e 100644 --- a/snow.html +++ b/snow.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Snow

+
diff --git a/something-simple.html b/something-simple.html index 7704dad..4867deb 100644 --- a/something-simple.html +++ b/something-simple.html @@ -1,6 +1,7 @@ - + @@ -21,12 +22,14 @@ +
+
diff --git a/spittle.html b/spittle.html index 08c8588..f1e612f 100644 --- a/spittle.html +++ b/spittle.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Spittle

+
diff --git a/squirrel.html b/squirrel.html index 4e4b212..32643d5 100644 --- a/squirrel.html +++ b/squirrel.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The squirrel

+
diff --git a/stagnant.html b/stagnant.html index 20915a4..306083e 100644 --- a/stagnant.html +++ b/stagnant.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Stagnant

+
diff --git a/statements-frag.html b/statements-frag.html index da3fe12..3821b66 100644 --- a/statements-frag.html +++ b/statements-frag.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Statements

a fragment

+
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index aea30f6..72ba8c0 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Stayed on the bus too long

+
diff --git a/stump.html b/stump.html index 1bdd5d3..7098ceb 100644 --- a/stump.html +++ b/stump.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Stump

+
diff --git a/swansong-alt.html b/swansong-alt.html index 4d3bce6..d13925c 100644 --- a/swansong-alt.html +++ b/swansong-alt.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Swansong

alternate version

+
diff --git a/swansong.html b/swansong.html index ddbec66..7baa2d5 100644 --- a/swansong.html +++ b/swansong.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Swan song

+
diff --git a/swear.html b/swear.html index 9e67cfa..129818d 100644 --- a/swear.html +++ b/swear.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Swear

+
diff --git a/table_contents.html b/table_contents.html index c65781c..45aece1 100644 --- a/table_contents.html +++ b/table_contents.html @@ -1,6 +1,7 @@ - + @@ -25,17 +26,18 @@ +

Table of contents

- - - + +
diff --git a/tapestry.html b/tapestry.html index fe262d9..6c45e5d 100644 --- a/tapestry.html +++ b/tapestry.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Tapestry

+
diff --git a/telemarketer.html b/telemarketer.html index 8661f0c..3923a15 100644 --- a/telemarketer.html +++ b/telemarketer.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Telemarketer

+
diff --git a/the-night-we-met.html b/the-night-we-met.html index 99b17f2..6e43208 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The night we met, I was out of my mind

or lying in the dark

+
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index 3e625a4..92073e1 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The sea and the beach

+
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index b46f595..d25ed9f 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

The ocean overflows with camels

+
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index c5f6a89..eee838b 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Time looks up to the sky

+
diff --git a/todaniel.html b/todaniel.html index e236bee..dcc51f8 100644 --- a/todaniel.html +++ b/todaniel.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

To Daniel

an elaboration of a previous comment

+
diff --git a/toilet.html b/toilet.html index 71834bf..9e58c03 100644 --- a/toilet.html +++ b/toilet.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Toilet

+
diff --git a/toothpaste.html b/toothpaste.html index 733a3e4..506df23 100644 --- a/toothpaste.html +++ b/toothpaste.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Toothpaste

+
diff --git a/treatise.html b/treatise.html index 968a056..4e8eb66 100644 --- a/treatise.html +++ b/treatise.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Treatise

+
diff --git a/underwear.html b/underwear.html index 88f20b7..ce53731 100644 --- a/underwear.html +++ b/underwear.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Underwear

+
diff --git a/wallpaper.html b/wallpaper.html index b8ddb26..5cb9b4a 100644 --- a/wallpaper.html +++ b/wallpaper.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Wallpaper

+
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index 17e261d..93c9c66 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

We played those games too

+
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index 9b7ca3a..c72a80b 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

When I’m sorry I wash dishes

+
diff --git a/window.html b/window.html index 4bdb980..3631745 100644 --- a/window.html +++ b/window.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Window

+
diff --git a/words-meaning.html b/words-meaning.html index f65a0f0..a40df40 100644 --- a/words-meaning.html +++ b/words-meaning.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Words and meaning

+
diff --git a/worse-looking-over.html b/worse-looking-over.html index 206ed09..36463b9 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Worse looking over

+
diff --git a/writing.html b/writing.html index 38d952e..fb78157 100644 --- a/writing.html +++ b/writing.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Writing

+
diff --git a/x-ray.html b/x-ray.html index c3f3ddf..97772c8 100644 --- a/x-ray.html +++ b/x-ray.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

X-ray

+
diff --git a/yellow.html b/yellow.html index 72de079..754443a 100644 --- a/yellow.html +++ b/yellow.html @@ -1,6 +1,7 @@ - + @@ -25,12 +26,14 @@ +

Yellow

+
-- cgit 1.4.1-21-gabe81