Commit 93be20df authored by Jakob Moser's avatar Jakob Moser
Browse files

Make first attempt to add a meta description using the_excerpt()

parent 3a77ba75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +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(); ?>" />

        <?php wp_head(); ?>
    </head>