|
1 | 1 | --- |
2 | | -date: 2026-07-16 |
| 2 | +date: 2026-07-16 18:57:45 -0700 |
3 | 3 | title: Mona Lisa Overdrive |
4 | 4 | book_authors: William Gibson |
5 | 5 | series: Sprawl |
@@ -33,4 +33,56 @@ same_as_urls: |
33 | 33 | {% capture the_authors_lastname_link %}{% author_link page.book_authors link_text=author_last_name_text %}{% endcapture %} |
34 | 34 | {% capture the_authors_lastname_possessive_link %}{% author_link page.book_authors link_text=author_last_name_text possessive %}{% endcapture %} |
35 | 35 |
|
36 | | -{% capture this_series %}{% series_text page.series %}{% endcapture %} |
| 36 | +{% capture this_series %}{% series_text page.series %}{% endcapture %} |
| 37 | + |
| 38 | +{% capture neuromancer %}{% book_link "Neuromancer" %}{% endcapture %} |
| 39 | +{% capture count_zero %}{% book_link "Count Zero" %}{% endcapture %} |
| 40 | + |
| 41 | +{% capture simmons %}{% author_link "Dan Simmons" %}{% endcapture %} |
| 42 | +{% capture simmonss %}{% author_link "Dan Simmons" possessive %}{% endcapture %} |
| 43 | +{% capture simmons_lastname %}{% author_link "Dan Simmons" link_text="Simmons" %}{% endcapture %} |
| 44 | +{% capture simmonss_lastname %}{% author_link "Dan Simmons" link_text="Simmons" possessive %}{% endcapture %} |
| 45 | +{% capture hyperion_cantos %}{% series_link "Hyperion Cantos" %}{% endcapture %} |
| 46 | +{% capture hyperion %}{% book_link "Hyperion" %}{% endcapture %} |
| 47 | +{% capture the_fall_of_hyperion %}{% book_link "The Fall of Hyperion" %}{% endcapture %} |
| 48 | + |
| 49 | +{% capture borges %}{% author_link "Jorge Luis Borges" %}{% endcapture %} |
| 50 | +{% capture borgess %}{% author_link "Jorge Luis Borges" possessive %}{% endcapture %} |
| 51 | +{% capture borges_lastname %}{% author_link "Jorge Luis Borges" link_text="Borges" %}{% endcapture %} |
| 52 | +{% capture borgess_lastname %}{% author_link "Jorge Luis Borges" link_text="Borges" possessive %}{% endcapture %} |
| 53 | +{% capture the_aleph %}{% short_story_link "The Aleph" %}{% endcapture %} |
| 54 | + |
| 55 | +{% capture stephenson %}{% author_link "Neal Stephenson" %}{% endcapture %} |
| 56 | +{% capture stephensons %}{% author_link "Neal Stephenson" possessive %}{% endcapture %} |
| 57 | +{% capture stephenson_lastname %}{% author_link "Neal Stephenson" link_text="Stephenson" %}{% endcapture %} |
| 58 | +{% capture stephensons_lastname %}{% author_link "Neal Stephenson" link_text="Stephenson" possessive %}{% endcapture %} |
| 59 | +{% capture snow_crash %}{% book_link "Snow Crash" %}{% endcapture %} |
| 60 | + |
| 61 | +{% capture cline %}{% author_link "Ernest Cline" %}{% endcapture %} |
| 62 | +{% capture clines %}{% author_link "Ernest Cline" possessive %}{% endcapture %} |
| 63 | +{% capture cline_lastname %}{% author_link "Ernest Cline" link_text="Cline" %}{% endcapture %} |
| 64 | +{% capture clines_lastname %}{% author_link "Ernest Cline" link_text="Cline" possessive %}{% endcapture %} |
| 65 | +{% capture ready_player_one %}{% book_link "Ready Player One" %}{% endcapture %} |
| 66 | + |
| 67 | +{% capture watts %}{% author_link "Peter Watts" %}{% endcapture %} |
| 68 | +{% capture wattss %}{% author_link "Peter Watts" possessive %}{% endcapture %} |
| 69 | +{% capture watts_lastname %}{% author_link "Peter Watts" link_text="Watts" %}{% endcapture %} |
| 70 | +{% capture wattss_lastname %}{% author_link "Peter Watts" link_text="Watts" possessive %}{% endcapture %} |
| 71 | +{% capture blindsight %}{% book_link "Blindsight" %}{% endcapture %} |
| 72 | + |
| 73 | +{% capture stross %}{% author_link "Charles Stross" %}{% endcapture %} |
| 74 | +{% capture strosss %}{% author_link "Charles Stross" possessive %}{% endcapture %} |
| 75 | +{% capture stross_lastname %}{% author_link "Charles Stross" link_text="Stross" %}{% endcapture %} |
| 76 | +{% capture strosss_lastname %}{% author_link "Charles Stross" link_text="Stross" possessive %}{% endcapture %} |
| 77 | +{% capture accelerando %}{% book_link "Accelerando" %}{% endcapture %} |
| 78 | + |
| 79 | +{% capture an_alex %}{% author_link "A. N. Alex" %}{% endcapture %} |
| 80 | +{% capture an_alexs %}{% author_link "A. N. Alex" possessive %}{% endcapture %} |
| 81 | +{% capture an_alex_lastname %}{% author_link "A. N. Alex" link_text="Alex" %}{% endcapture %} |
| 82 | +{% capture an_alexs_lastname %}{% author_link "A. N. Alex" link_text="Alex" possessive %}{% endcapture %} |
| 83 | +{% capture a_mote_in_shadow %}{% book_link "A Mote in Shadow" %}{% endcapture %} |
| 84 | + |
| 85 | +{% capture disco_elysium %}{% book_link "Disco Elysium" %}{% endcapture %} |
| 86 | + |
| 87 | +{% capture the_matrix %}{% movie_title "The Matrix" %}{% endcapture %} |
| 88 | +{% capture colossus %}{% movie_title "Colossus: The Forbin Project" %}{% endcapture %} |
0 commit comments