update title tag

This commit is contained in:
2025-04-08 18:00:29 +05:00
parent 98ce72bd55
commit f78f6687b8

View File

@ -12,7 +12,7 @@
<meta charset="<?php bloginfo('charset'); ?>"> <meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?= get_theme_file_uri('/assets/css/static.css'); ?>"> <link rel="stylesheet" href="<?= get_theme_file_uri('/assets/css/static.css'); ?>">
<title>Book Club</title> <title>Book Club - Somos Infinitos</title>
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
@ -213,6 +213,11 @@
</div> </div>
</section> </section>
</main> </main>
<footer>
</footer>
<?php wp_footer(); ?> <?php wp_footer(); ?>
</body> </body>