summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-11-20 00:03:34 +1030
committerDaniel Jones <admin@danieljon.es>2020-11-20 00:03:34 +1030
commitaede7e0ea14b27dafaeceefb9107433d738cb214 (patch)
treecd038d2fb79670df04d7d19e25b593b4af848aff
parentbf43e75e7fe70980530f9c8ff967982e27c349dc (diff)
downloadwebsitegenerator-aede7e0ea14b27dafaeceefb9107433d738cb214.tar.gz
websitegenerator-aede7e0ea14b27dafaeceefb9107433d738cb214.zip
changed pinned posts
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 */