initial commit for v5

This commit is contained in:
sakrecoer 2020-07-09 10:15:00 +02:00
parent 7fc5ac5f13
commit 81f97ff489
268 changed files with 37997 additions and 13528 deletions

View file

@ -1,25 +1,3 @@
<!DOCTYPE html>
<html>
<head>
{% include relBase.html %}
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}
<div id="content">
{% include videopageheader.html %}
<div class="fitter">
{% for page in site.categories.highlights offset: 0 limit: 15 %}
<div class="records">
<a href="{{ relBase }}{{ page.url }}">
<img class="recordthumbs" src="{{ relBase }}{{ page.coverart.art }}" title="{{ page.title }}" alt="{{ page.title }}" />
</a>
</div>
{% endfor %}
</div>
{% include footer.html %}
</div>
</body>
</html>
---
layout: default
---