The following pages are tagged with

Page Excerpt
Conditional logic About Liquid and conditional statements If you want to create different outputs for different audiences, you can do all of this using a combination of Jekyll's Liquid markup and values in your configuration file. You can then incorporate conditional statements that check the values in the configuration files.
Content reuse About content reuse You can embed content from one file inside another using includes. Put the file containing content you want to reuse (e.g., mypage.html) inside the _includes/thirtybees folder (replacing "thirtybees" with your project's name), and then use a tag like this: {% include thirtybees/mypage.html %}...