From 475491986f86d4a88b357ccfe1198c57f914c0d6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 8 Jul 2024 16:03:14 -0700 Subject: [PATCH] Add tab shortcode feature --- README.md | 1 + theme.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f19627e..aad0360d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Paige is designed to put your content front and center, avoiding the typical clu - Single column - Social links - Table of contents +- Tab shortcode - Tags - Twitter sharing - Validated with [PageSpeed](https://pagespeed.web.dev/report?url=https%3A%2F%2Fwillfaught.com%2Fpaige%2F&form_factor=desktop) and [Validator](https://validator.w3.org/nu/?doc=https%3A%2F%2Fwillfaught.com%2Fpaige%2F) diff --git a/theme.toml b/theme.toml index ac01dcf6..af458635 100644 --- a/theme.toml +++ b/theme.toml @@ -39,6 +39,7 @@ features = [ "series", "single column", "social links", + "tab shortcode", "table of contents", "tags", "twitter sharing",