Commit a29190f7 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch '6-seo' into 'master'

Make more attempts to improve SEO

See merge request !13
parents 7c22e22e 93be20df
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>