Skip to content
Snippets Groups Projects
Commit 502b1f73 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove tags from meta description

parent f3cb3e14
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ get_header();
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="copyright" content="<?php bloginfo('name'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="<?php the_excerpt(); ?>" />
<meta name="description" content="<?php echo wp_strip_all_tags(get_the_excerpt()); ?>" />
<?php wp_head(); ?>
</head>
......
......@@ -7,7 +7,7 @@
* Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
* Author URI: https://personads.me/
*
* Version: 1.22
* Version: 1.23
*
* License: GNU General Public License v3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment