From 9c562100c4348007922e9b0bd3b31cc1fc4df7f5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Feb 2025 01:21:11 -0800 Subject: [PATCH] List localizations feature --- README.md | 3 ++- theme.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 609019b7..99d4c7fc 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ Paige is designed to put your content front and center, avoiding the typical clu - Image shortcode - Image size breakpoints - Image thumbnails +- Internationalization - Landing page -- Languages - Light color scheme +- Localizations - Math typesetting - Menu - Minimal design diff --git a/theme.toml b/theme.toml index 3280e61a..5d678402 100644 --- a/theme.toml +++ b/theme.toml @@ -20,9 +20,10 @@ features = [ "image shortcode", "image size breakpoints", "image thumbnails", + "internationalization", "landing page", - "languages", "light color scheme", + "localizations", "math typesetting", "menu", "minimal design",