use the icon
This commit is contained in:
parent
c5c7b41894
commit
769a70711e
|
@ -4,7 +4,12 @@
|
|||
</div>
|
||||
<div class="splash">
|
||||
<div class="splash-logo">
|
||||
<img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" />
|
||||
{% if page.category == 'releases' %}
|
||||
<a href="#play"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
||||
{% else %}
|
||||
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div class="description">
|
||||
|
||||
|
|
|
@ -19,8 +19,7 @@ image: /images/pages/phone.jpg
|
|||
|
||||
{% assign sorted = site.data.links | sort: 'title' %}
|
||||
{% for post in sorted %}
|
||||
<section class="front-section">
|
||||
|
||||
<section id="read" class="front-section">
|
||||
<div style="background-image:url({{ post.image }})">
|
||||
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
|
||||
class="btn"><strong>✎</strong> Edit Post</a></p>
|
||||
|
|
Loading…
Reference in a new issue