From aede7e0ea14b27dafaeceefb9107433d738cb214 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 20 Nov 2020 00:03:34 +1030 Subject: changed pinned posts --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 0c8e2d6..406bcba 100644 --- a/config.h +++ b/config.h @@ -99,7 +99,7 @@ static const char *posts_output_dir = "posts/"; static const char *direct_output_dir = "posts/direct/"; static const int posts_per_page = 10; static const int ignore[] = {}; /* ignore these posts */ -static const int pinned[] = {116, 115, 107}; /* pinned posts */ +static const int pinned[] = {117, 115, 107}; /* pinned posts */ static const char *read_more_tag = "[READMORE]"; /* rss */ -- cgit v1.2.3