File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 {% if page.image %}
3333 < meta content ="{{ site.url }}/assets/img/{{ page.image }} " property ="og:image ">
3434 {% else %}
35- < meta content ="{{ '/assets/img/swiss .jpg' | prepend: site.url }} " property ="og:image ">
35+ < meta content ="{{ '/assets/img/sky .jpg' | prepend: site.url }} " property ="og:image ">
3636 {% endif %}
3737
3838 <!-- Twitter Cards -->
5555 {% if page.image %}
5656 < meta name ="twitter:image:src " content ="{{ site.url }}/assets/img/{{ page.image }} ">
5757 {% else %}
58- < meta name ="twitter:image:src " content ="{{ '/assets/img/swiss .jpg' | prepend: site.url }} ">
58+ < meta name ="twitter:image:src " content ="{{ '/assets/img/sky .jpg' | prepend: site.url }} ">
5959 {% endif %}
6060
6161
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ HEADER STYLING
177177
178178.header {
179179 background-color : $background-color ;
180- background-image : url (' ../img/swiss .jpg' );
180+ background-image : url (' ../img/background-blue .jpg' );
181181 background-size : cover ;
182182 background-position : center center ;
183183 color : white ;
You can’t perform that action at this time.
0 commit comments