UX: Add View Transitions API meta tag for instant page transitions in Chrome/Edge

This commit is contained in:
Hanson.xyz Dev
2025-11-28 17:25:54 -06:00
parent f754f1f6e1
commit 335d84cad5
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="view-transition" content="same-origin">
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>