diff options
Diffstat (limited to 'codex/index.html')
| -rw-r--r-- | codex/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/codex/index.html b/codex/index.html deleted file mode 100644 index 29c19d6..0000000 --- a/codex/index.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> |
