Skip to content

Version 3.0.2

Latest
Compare
Choose a tag to compare
@swthate swthate released this 10 Jun 16:49

Added

  • Moved most of index.twig to layouts/_base.twig and now index.twig extends that base layout.

Fixed

  • Was using the wrong method to get the site's CSRF Token and add it to the window for JS to use. Changed craft.app.config.general.csrfToken to craft.app.request.csrfToken.