basspistol.com/highlights.html

51 lines
1.6 KiB
HTML
Raw Normal View History

2019-04-01 23:16:35 +02:00
---
title: Highlights
subtitle: Hi-Lights
description: 'Links to secret music, infamous articles, forbiden videos, off the record interviews and much more...'
2020-07-11 09:07:24 +02:00
tags:
- music
- news
- blog
- interviews
- links
- promotion
2019-04-02 00:28:32 +02:00
video_path: /assets/vid/highlights.mp4
2020-07-09 10:15:00 +02:00
image: /assets/vid/highlights.jpg
2019-04-01 23:16:35 +02:00
permalink: /highlights/
---
2020-07-09 10:15:00 +02:00
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2020-07-09 10:15:00 +02:00
<!-- Banner -->
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
2019-02-28 17:06:17 +01:00
2020-07-09 10:15:00 +02:00
<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 %}
2019-04-02 01:21:21 +02:00
2020-07-10 11:46:33 +02:00
<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 %}>
2020-07-09 10:15:00 +02:00
<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>&#9998;</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 %}