about summary refs log tree commit diff stats
path: root/lappel-du-vide.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 09:45:58 -0700
committerCase Duckworth2015-03-12 09:45:58 -0700
commit20e9c7c2498b559a284bb9db0fcf1a3b08c779ac (patch)
tree586c12de18d7f60d35dae7d86a49041dd11583b4 /lappel-du-vide.html
parentMove dedication to before epigraph (diff)
downloadautocento-20e9c7c2498b559a284bb9db0fcf1a3b08c779ac.tar.gz
autocento-20e9c7c2498b559a284bb9db0fcf1a3b08c779ac.zip
Fix #8 - dedication bug - & change epigraph org
- Move the $endif$ for $if(epigraph.content)$ to before .dedication
- Change `epigraph + epigraph-attrib` to `epigraph > attrib`
Diffstat (limited to 'lappel-du-vide.html')
-rw-r--r--lappel-du-vide.html16
1 files changed, 9 insertions, 7 deletions
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 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- AUTOCENTO OF THE BREAKFAST TABLE --> 2<!-- AUTOCENTO OF THE BREAKFAST TABLE -->
3<!-- vim: fdm=indent --> 3<!-- vim: fdm=indent
4-->
4<html lang="en"> 5<html lang="en">
5<head> 6<head>
6 <meta charset="utf-8"> 7 <meta charset="utf-8">
@@ -25,18 +26,19 @@
25 </head> 26 </head>
26<body> 27<body>
27 28
29
28 <article id="container"> 30 <article id="container">
29 <header> 31 <header>
30 <!-- title --> 32 <!-- title -->
31 <h1 class="title">L’appel du vide</h1> 33 <h1 class="title">L’appel du vide</h1>
32 34
33 35
34 <!-- epigraph --> 36 <!-- epigraph -->
35 <div class="epigraph"> 37 <div class="epigraph">
36 <a href="http://books.google.com/books?id=yybDMC0TRIwC&amp;pg=PR12&amp;lpg=PR12#v=onepage&amp;q&amp;f=false">You can never go home again.</a> 38 <a href="http://books.google.com/books?id=yybDMC0TRIwC&amp;pg=PR12&amp;lpg=PR12#v=onepage&amp;q&amp;f=false">You can never go home again.</a>
37 </div> 39
38 <div class="epigraph-attrib">Thomas Wolfe</div> 40 <div class="attrib">Thomas Wolfe</div>
39 41 </div>
40 42
41 </header> 43 </header>
42 44