diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-05 17:56:27 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-05 17:56:27 -0700 |
commit | 01ccf6edd88a66682c1866e8248420fb90ecbfd6 (patch) | |
tree | 98f6239cb1a098bffab66b10cd964fa374feaf32 /users/fcuny/blog/layouts/partials/postlist.html | |
parent | feat(ops/github): add notes.fcuny.net and containerd-to-vm (diff) | |
download | world-01ccf6edd88a66682c1866e8248420fb90ecbfd6.tar.gz |
ref(fcuny/blog): delete the blog
The blog moved back to https://github.com/fcuny/fcuny.net
Diffstat (limited to 'users/fcuny/blog/layouts/partials/postlist.html')
-rw-r--r-- | users/fcuny/blog/layouts/partials/postlist.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/users/fcuny/blog/layouts/partials/postlist.html b/users/fcuny/blog/layouts/partials/postlist.html deleted file mode 100644 index 3d5cf04..0000000 --- a/users/fcuny/blog/layouts/partials/postlist.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ range .GroupByDate "2006" }} - <h2>{{ .Key }}</h2> - <ul> - {{ range .Pages.ByDate.Reverse }} - <li> - <div> - <a href="{{ .Permalink }}">{{ .Title }}</a> - </div> - </li> - {{ end }} - </ul> -{{ end }} |