Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@

<link href="/assets/main.css?v={{ site.time | date: '%Y%m%d%H%M%S' }}" rel="stylesheet">
<link rel="icon" href="{{ '/assets/img/favicon.ico' | relative_url }}" type="image/x-icon" />
{% if page.layout == "home" %}
<!-- Preload the hero background so it starts downloading during HTML parse
instead of after the CSS round-trip (it's a CSS background-image). -->
<link rel="preload" as="image" href="/assets/img/mountains1.jpg">
{% endif %}
</head>

{% if page.layout == "home" %}
Expand Down
Binary file modified assets/img/mountains1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.