Skip to content

Render different layouts

Achilleas Pipinellis requested to merge layouts into master

This adds the possibility to have multiple layouts when rendering HTML

How to:

  1. Add a layout in layouts/

  2. In the markdown's yaml file refer to it:

    layout: article

Merge request reports