45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
---
|
|
title: Highlights
|
|
subtitle: Hi-Lights
|
|
description: 'Links to secret music, infamous articles, forbiden videos, off the record interviews and much more...'
|
|
keywords: Music, News, blog, Interviews, links, promotion,
|
|
video_path: /assets/vid/highlights.mp4
|
|
image: /assets/vid/highlights.jpg
|
|
permalink: /highlights/
|
|
---
|
|
|
|
{% include relBase.html %}
|
|
<!-- Banner -->
|
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
|
|
|
|
<div class="image">
|
|
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
|
|
</div>
|
|
</section>
|
|
<!-- NEWS -->
|
|
<section id="news" class="wrapper style1 align-center">
|
|
<div class="inner" style="padding-top: 40px;">
|
|
<h1>{{ page.title }}</h1>
|
|
<p>{{ page.description }}</p>
|
|
</div>
|
|
</section>
|
|
{% for post in site.posts %}
|
|
|
|
<section id="second" class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
|
<div class="content">
|
|
<h2>{{ post.title }}</h2>
|
|
<p>{{ post.description }}</p>
|
|
<p class="editor-link"><a class="btn" rel="nofollow" href="cloudcannon:collections/{{ post.path }}">
|
|
<strong>✎</strong> Edit Post
|
|
</a></p>
|
|
<ul class="actions stacked">
|
|
<li><a href="{{ relBase }}{{ post.url }}" class="button">{{ site.data.translations[page.lang].read-post }}</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="image">
|
|
<img src="{{ relBase }}{{ post.image }}" alt="{{ page.title | smartify }}" />
|
|
</div>
|
|
</section>
|
|
|
|
{% endfor %}
|
|
{% include footer.html %} |