From 4444492ca58a14dd8525b49aa727e28f9f21d629 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 20 Aug 2020 00:33:34 +0930 Subject: changed pinned posts --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 67b497a..0c8e2d6 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[] = {112, 107, 104}; /* pinned posts */ +static const int pinned[] = {116, 115, 107}; /* pinned posts */ static const char *read_more_tag = "[READMORE]"; /* rss */ -- cgit v1.2.3