From df2049aaef95b2b3b6a40689d77c2353eb52c40c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 17 May 2020 01:00:17 +0930 Subject: make post 112 a pinned post --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index eb181bc..1404b90 100644 --- a/config.h +++ b/config.h @@ -98,7 +98,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[] = {107,104}; /* pinned posts */ +static const int pinned[] = {112, 107, 104}; /* pinned posts */ /* rss */ static const char *rss_output = "posts/posts.rss"; -- cgit v1.2.3