diff --git a/content/read/020.md b/content/read/020.md index 0d59d32..9b8e2d1 100644 --- a/content/read/020.md +++ b/content/read/020.md @@ -82,6 +82,11 @@ Dear splayed its ears. *"It is hard to let go of that desire, yes. A few of them "Interesting good? Interesting bad?" Ey laughed. "You can't call them mad and then just leave 'interesting' hanging in there." +
+ Codrin and Dear building a cairn in the prairie +
Art by JAIYANDT.
+
+ *"Of course I can."* It stood again, dusting off its legs. *"But I love you, so I will not. As far as I can tell, many initially picked up artistic endeavors of some sort or another, and almost to a one, they became interested in history and preservation. I am sure that you have read several of their works. For those who experienced such, much of the strain on their personalities began to show about twenty years ago."* "Twenty years ago, huh? Around the time of *On the Perils of Memory*? Or the launch?" diff --git a/static/cairns.png b/static/cairns.png new file mode 100644 index 0000000..603cc2f Binary files /dev/null and b/static/cairns.png differ diff --git a/static/css/toledot.css b/static/css/toledot.css index bb1f3b4..32cf9b9 100644 --- a/static/css/toledot.css +++ b/static/css/toledot.css @@ -38,3 +38,13 @@ dd { margin-bottom: 1rem; } +figure { + margin: 1rem auto; + max-width: 90%; +} + +figcaption { + text-align: center; + opacity: 0.9; + font-size: 50%; +}