diff --git a/_config.yml b/_config.yml index 2e7e8bb1..cf639065 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ sass: registration: 0 # Settings -title: "Women Coding Community" +title: Women Coding Community description: Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support. author: Women Coding Community diff --git a/_layouts/post.html b/_layouts/post.html index 31d2e4d7..ee2e8e4d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,9 @@ - {% seo %} - {% include head.html %} + + {% seo %} + {% include head.html %} + {% include navbar.html %} diff --git a/about.html b/about.html index 58225ed8..e1db569e 100644 --- a/about.html +++ b/about.html @@ -2,6 +2,7 @@ layout: default title: About Us body_class: page page-about +image: /assets/images/default-seo-thumbnail.png ---
diff --git a/blog.html b/blog.html index 8abac5cb..2de11e82 100644 --- a/blog.html +++ b/blog.html @@ -2,6 +2,7 @@ layout: default title: Community Blog body_class: page list-page list-page-blog +image: /assets/images/default-seo-thumbnail.png ---