diff --git a/_config.yml b/_config.yml index 4481c167a..d15cabb55 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,14 @@ plugins: defaults: - scope: path: "" + type: pages + values: + layout: default + image: /images/social/elixir-og-card.jpg + - scope: + path: "posts" type: posts values: layout: post permalink: /blog/:year/:month/:day/:title/ + image: /images/social/elixir-og-card.jpg diff --git a/_layouts/blog.html b/_layouts/blog.html index aa043b029..92a81743d 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -7,7 +7,7 @@