diff options
Diffstat (limited to 'love-as-god.html')
-rw-r--r-- | love-as-god.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/love-as-god.html b/love-as-god.html index 0947bc6..da797a7 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Love as God</h1> | 23 | <h1 class="title">Love as God</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="initial-conditions.html"> | 39 | <a class="prevlink" href="initial-conditions.html"> |
39 | <span class="prevlink">< Initial conditions</span> | 40 | Initial conditions |
40 | </a> | 41 | </a> |
41 | <a href="ouroboros_memory.html"> | 42 | <a class="prevlink" href="ouroboros_memory.html"> |
42 | <span class="prevlink">< Ouroboros of memory</span> | 43 | Ouroboros of memory |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="worse-looking-over.html"> | 46 | <a class="nextlink" href="worse-looking-over.html"> |
46 | <span class="nextlink">Worse looking over ></span> | 47 | Worse looking over |
47 | </a> | 48 | </a> |
48 | <a href="lappel-du-vide.html"> | 49 | <a class="nextlink" href="lappel-du-vide.html"> |
49 | <span class="nextlink">L’appel du vide ></span> | 50 | L’appel du vide |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||