diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-02-28 16:09:55 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-02-28 16:23:42 +0100 |
| commit | 0a9b7208c923139d2e32c4db4148611fd878bec6 (patch) | |
| tree | 41a8e1d61756affbb1435ccd144d3d016a07ebfd /Makefile | |
| parent | 6ebd89429a33d7a0856ee98d30407f3afb60ab7a (diff) | |
| download | haunt-blog-0a9b7208c923139d2e32c4db4148611fd878bec6.tar.gz haunt-blog-0a9b7208c923139d2e32c4db4148611fd878bec6.tar.bz2 haunt-blog-0a9b7208c923139d2e32c4db4148611fd878bec6.zip | |
Add forgetten page.
There are actually 8 pages as https://blog.replicant.us/page/8/ has an
"Introducing Replicant" article. It also has a link for "Newer posts"
but no link for "Older posts".
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ SENTINEL = .PHONY: all build help serve PAGES = \ + replicant_blog_page_8.html \ replicant_blog_page_7.html \ replicant_blog_page_6.html \ replicant_blog_page_5.html \ |
