use the icon

This commit is contained in:
Set Hallstrom 2020-09-18 13:16:32 +02:00
parent c5c7b41894
commit 769a70711e
2 changed files with 7 additions and 3 deletions

View File

@ -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">

View File

@ -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>&#9998;</strong> Edit Post</a></p>