broken links
This commit is contained in:
parent
85fffe5094
commit
742772ab6c
15 changed files with 24 additions and 18 deletions
28
links.html
28
links.html
|
|
@ -19,17 +19,27 @@ image: /images/pages/phone.jpg
|
|||
|
||||
{% assign sorted = site.data.links | sort: 'title' %}
|
||||
{% for post in sorted %}
|
||||
<section class="links" style="margin:0;">
|
||||
|
||||
<!-- <div class=linksbg></div> -->
|
||||
<div class="description">
|
||||
<h2>{{ post.title }}</h2>
|
||||
|
||||
<p>{{ post.description }}</p>
|
||||
<p><a href="{{ post.url }}?ref=ToSettoSetto" class="button" rel="noopener" target="_blank">Visit</a></p>
|
||||
</div>
|
||||
<section 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>
|
||||
</div>
|
||||
<div class="description">
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<h3>
|
||||
{{ post.banner }}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p><a class="button" href="{{ post.url }}" rel="noopener" target="_blank">🔗 {{ post.title }}</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue