added subscription functionality

This commit is contained in:
2025-04-07 18:25:19 -05:00
parent 6925899589
commit 6dbffa6aa3
9 changed files with 909 additions and 223 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ const Layout: React.FC<LayoutProps> = ({
description = 'A blog dedicated to exploring the doctrines of grace and Reformed theology.'
}) => {
return (
<html lang="en">
<>
<Head>
<title>{title}</title>
<meta name="description" content={description} />
@@ -33,7 +33,7 @@ const Layout: React.FC<LayoutProps> = ({
</div>
<Analytics />
<SpeedInsights/>
</html>
</>
);
};