From 452696fc1fc28ada737609ae85214383e3fe6726 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 16 Jun 2022 00:15:19 -0400 Subject: [PATCH] Add mention of the language toggle feature to the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ce82130..a560a7d 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ A Hypothetical website template for bootstrapping new projects. * A choice between an SPA on top of a PHP backend or a pure SSR site (See the [Public](#public) section below for more information) * A flexible dashboard for managing data/assets and displaying collected form data * Great defaults and popular libraries to build on top of +* A cookie-based language toggle feature that allows multiple languages to be placed inline * A custom Sass function allowing values to be specified in `px` and output in `rem` * A function available in the SPA version of the site that loads webp if supported by the browser and jpg if it isn't