diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
| commit | dc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch) | |
| tree | 9235d796229d49211c27a07b9d18585d503baa94 /_layouts/all_posts.html | |
| parent | 088c87bcb58be576308da503d4f11a68843c5013 (diff) | |
Conversion to barf for testing purposes
Diffstat (limited to '_layouts/all_posts.html')
| -rw-r--r-- | _layouts/all_posts.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/_layouts/all_posts.html b/_layouts/all_posts.html deleted file mode 100644 index 182a2d0..0000000 --- a/_layouts/all_posts.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -<h1>{{ page.title }}</h1> - -{{ content }} - -{% for post in site.posts %} - <small>{{ post.date | date: "%B %-d, %Y" }}</small><br><a href="{{ post.url }}">{{ post.title }}</a><br><br> -{% endfor %} - |
