diff options
author | Daniel Jones <admin@danieljon.es> | 2020-05-17 01:00:17 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-05-17 01:00:17 +0930 |
commit | df2049aaef95b2b3b6a40689d77c2353eb52c40c (patch) | |
tree | bf813f5c2736cec7df921aa1690ad060353997e7 | |
parent | cc7a1330ce10fc30b0176218471899926c4b5714 (diff) | |
download | websitegenerator-df2049aaef95b2b3b6a40689d77c2353eb52c40c.tar.gz websitegenerator-df2049aaef95b2b3b6a40689d77c2353eb52c40c.zip |
make post 112 a pinned post
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |