* Add featuredLinks to frontmatter * Parse them in featured-links.js * Remove old raw setup * Use them * Missed a couple * Update translation files * Fix frontmatter schema * Loop over the right object * Also update translations' usage * Update docs and tests * Better README comment Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com> * Return next() Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Includes
The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".
Using Includes
This example injects the contents of includes/header.html into the
page:
{% include header %}
Writing Includes
Includes must have a .html extension.