Skip to content

Commit 1391099

Browse files
committed
Fix background image
1 parent c39840a commit 1391099

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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 -->
@@ -55,7 +55,7 @@
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

assets/css/breakpoints/_mobileup.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

assets/img/background-blue.jpg

571 KB
Loading

assets/img/sky.jpg

-948 KB
Loading

0 commit comments

Comments
 (0)