diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:16:24 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:16:24 +0800 |
| commit | df9bc9288b9aec590d39beb43eed0f7c2d577915 (patch) | |
| tree | eb6e683c3ccaf5b553fa3cf906858b3039d2da2e /_includes/latest.html | |
| parent | 5abe8138425d6b083e66bbf5299537f1cc851b6a (diff) | |
| download | www-df9bc9288b9aec590d39beb43eed0f7c2d577915.tar.gz | |
Minimalist theme.
Diffstat (limited to '_includes/latest.html')
| -rw-r--r-- | _includes/latest.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/_includes/latest.html b/_includes/latest.html deleted file mode 100644 index b71216a..0000000 --- a/_includes/latest.html +++ /dev/null @@ -1,23 +0,0 @@ - <div class="articles"> - <table class="posts-table"> - - {% assign posts = site.log | sort: 'date' | reverse %} - {% for post in posts limit: include.limit %} - - <tr> - <td class="posts-td posts-td-link"> - <a href="{{ post.url }}" class="link-decor-none">{{ post.title }}</a> - </td> - <td class="posts-td posts-td-link posts-td-time"> - <a href="{{ post.url }}" class="link-decor-none"> - <span class="post-meta"> - <time datetime="{{ post.date }}">{{ post.date | date: "%Y-%m-%d" }}</time> - </span> - </a> - </td> - </tr> - - {% endfor %} - - </table> - </div> |
