diff options
author | Case Duckworth | 2015-04-01 23:16:18 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-01 23:20:18 -0700 |
commit | d161be120c22faf222ec15ca618ee367e4d56575 (patch) | |
tree | b945633e680e5682a967f63bad88a2b262b4d4c6 /punch_backlinks.htm | |
parent | Merge branch 'gh-pages' of https://github.com/duckwork/autocento into gh-pages (diff) | |
download | autocento-d161be120c22faf222ec15ca618ee367e4d56575.tar.gz autocento-d161be120c22faf222ec15ca618ee367e4d56575.zip |
Refactor makefile; Add hapax preprocessor
Diffstat (limited to 'punch_backlinks.htm')
-rw-r--r-- | punch_backlinks.htm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/punch_backlinks.htm b/punch_backlinks.htm index dc6eeed..2055558 100644 --- a/punch_backlinks.htm +++ b/punch_backlinks.htm | |||
@@ -36,7 +36,12 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content list"> | 38 | <section class="content list"> |
39 | <p><em>Nothing links here!</em></p> | 39 | <ul> |
40 | <li><a href="joke.html">Joke</a></li> | ||
41 | <li><a href="planks.html">Planks</a></li> | ||
42 | <li><a href="question.html">Question</a></li> | ||
43 | <li><a href="wallpaper.html">Wallpaper</a></li> | ||
44 | </ul> | ||
40 | </section> | 45 | </section> |
41 | </article> | 46 | </article> |
42 | <nav> | 47 | <nav> |