diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web> | 2012-07-25 12:33:00 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-25 12:33:00 -0400 |
commit | c32b62af0d43895d92ec2e42627c80eccc03bd06 (patch) | |
tree | dd1a3d2b8caacbbf98001dea02c73eb20a035dbf | |
parent | e3c2126f474a3079289cdfa03e0d3a755c3f757a (diff) | |
download | ikiwiki-c32b62af0d43895d92ec2e42627c80eccc03bd06.tar ikiwiki-c32b62af0d43895d92ec2e42627c80eccc03bd06.tar.gz |
-rw-r--r-- | doc/forum/How_to_add_link_to_previous_and_next_blog_on_blog_pages__63__.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/How_to_add_link_to_previous_and_next_blog_on_blog_pages__63__.mdwn b/doc/forum/How_to_add_link_to_previous_and_next_blog_on_blog_pages__63__.mdwn new file mode 100644 index 000000000..3f771e777 --- /dev/null +++ b/doc/forum/How_to_add_link_to_previous_and_next_blog_on_blog_pages__63__.mdwn @@ -0,0 +1,14 @@ +In a Ikiwiki instance, I made a subdirectory to hold blog pages + + /website + blog.mdwn + ... + + /website/blog + /website/blog/blog1.mdwn + /website/blog/blog2.mdwn + ... + +On blog.mdwn, reader by default see the last 10 posts, but it seems there is no link to blog pages older than that. What's a good way to make titles of blog pages older also somehow visible to reader at the blog front page `blog.mdwn`? + +On any individual blog page such as `blog1.mdwn`, there is not a link to the blog pages immediately before and after it. How to make such links? |