diff --git a/content/notes/how-to-spend-time/index.md b/content/notes/how-to-spend-time/index.md
index c462e3c..17e1689 100644
--- a/content/notes/how-to-spend-time/index.md
+++ b/content/notes/how-to-spend-time/index.md
@@ -17,7 +17,13 @@ references:
file: www-artofmanliness-com-6lxmwc.txt
---
-{{}}
+Broadly, three categories of productive activities:
+
+* **Chores** -- things you have to do to maintain stasis.
+ * [Sunday Firesides: To-Dos, the Rent We Pay For Living | The Art of Manliness][3]
+* **Improving the world** -- not in some grand sense necessarily, but activities that create lasting improvement: building things, fixing things, getting rid of things.
+ * [What Do You Want to Make Real in the World? — Anna Havron][4]
+* **Improving yourself** -- things you do to make you better at doing other things.
> Book smarts, street smarts. Learning by study, learning by doing.
> Read about it, apply it, see it in action, take that practical experience
@@ -29,3 +35,20 @@ references:
[1]: https://openlibrary.org/works/OL2777748W/The_Slight_Edge?edition=key%3A/books/OL9820911M
[2]: slight_edge_180.pdf
+[3]: https://www.artofmanliness.com/character/advice/sunday-firesides-to-dos-the-rent-we-pay-for-living/
+[4]: https://www.annahavron.com/blog/what-do-you-want-to-make-real-in-the-world
+
+{{}}
+
+---
+
+Experiences:
+
+* Routine
+* Novel
+
+Leisure:
+
+* [Spend Exactly None Of Your Time Killing Time][5]
+
+[5]: https://deadspin.com/spend-exactly-none-of-your-time-killing-time-1831777904
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss
index c44de6e..b572435 100644
--- a/themes/v2/assets/css/style.scss
+++ b/themes/v2/assets/css/style.scss
@@ -36,7 +36,7 @@ ul {
}
blockquote {
- margin: 0;
+ margin: 0 2ch 0 0;
font-style: italic;
&::before {
diff --git a/themes/v2/layouts/shortcodes/thumbnail.html b/themes/v2/layouts/shortcodes/thumbnail.html
index 462a1db..ba733fd 100644
--- a/themes/v2/layouts/shortcodes/thumbnail.html
+++ b/themes/v2/layouts/shortcodes/thumbnail.html
@@ -7,13 +7,13 @@
{{ $img = $orig.Fill $options }}
{{ end }}
-
-
+
+
-
- {{ with .Inner }}
+ {{ with .Inner }}
+
{{ . }}
- {{ end }}
-
-
-
+
+ {{ end }}
+
+