Skip to content

Commit

Permalink
Update url to cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
zivong committed Aug 4, 2021
1 parent f78140b commit e6edf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<body>
<div id="layout" class="pure-g">
{% assign cover = site.cover | default: "https://cdn.jsdelivr.net/gh/zivong/jekyll-theme-hydure@master/cover.jpg" %}
{% assign cover = site.cover | default: "https://cdn.jsdelivr.net/gh/zivong/jekyll-theme-hydure@v2.0.0/cover.jpg" %}
{% if page.cover %}
{% assign cover = page.cover %}
{% endif %}
Expand Down

0 comments on commit e6edf4a

Please sign in to comment.