From 1ca45e68c591a4ffd90acfa86a5355f7afd80eb4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Feb 2025 01:22:14 -0800 Subject: [PATCH] Rename header link feature to title link --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99d4c7fc..83fa96eb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Paige is designed to put your content front and center, avoiding the typical clu - Facebook sharing - Figure shortcode - Gallery shortcode -- Header links - Icon shortcode - Image pixel densities - Image shortcode @@ -52,6 +51,7 @@ Paige is designed to put your content front and center, avoiding the typical clu - Table of contents - Tab shortcode - Tags +- Title links - 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) - Vimeo shortcode diff --git a/theme.toml b/theme.toml index 5d678402..514307c2 100644 --- a/theme.toml +++ b/theme.toml @@ -14,7 +14,6 @@ features = [ "facebook sharing", "figure shortcode", "gallery shortcode", - "header links", "icon shortcode", "image pixel densities", "image shortcode", @@ -41,6 +40,7 @@ features = [ "tab shortcode", "table of contents", "tags", + "title links", "twitter sharing", "validated", "vimeo shortcode",