diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-23 15:07:52 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-23 15:23:25 -0800 |
| commit | e057be1624234e9fc7d5d48de024e34167c1a164 (patch) | |
| tree | 7259e105a1eca43f2cfd05e20cca4a8f6f09892a /codex.html | |
| parent | Move some pages around to get better urls. (diff) | |
| download | lumberjaph-e057be1624234e9fc7d5d48de024e34167c1a164.tar.gz | |
Move codex.html to codex/
Diffstat (limited to 'codex.html')
| -rw-r--r-- | codex.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/codex.html b/codex.html deleted file mode 100644 index 29c19d6..0000000 --- a/codex.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: static -title: Codex ---- - -<h1><a href='/codex.html'>Codex</a></h1> - -<div id='wrapper'> - <ul> - {% for post in site.posts %} - {% if post.type == "codex" %} - <li> - <a href="{{ post.url }}">{{ post.title }}</a> - <span class="date">{{ post.date | date_to_string }}</span> - </li> - {% endif %} - {% endfor %} - </ul> -</div> |
