Updated 265 files via CloudCannon

This commit is contained in:
CloudCannon 2019-03-27 13:04:51 +00:00
parent 167f5744b6
commit 4ea2a0c6d0
265 changed files with 40138 additions and 80445 deletions

View file

@ -1,23 +0,0 @@
<!DOCTYPE html>
<html>
<head>
{% include metahead.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="{{ base }}{{ page.url }}">
<img class="recordthumbs" src="{{ base }}{{ page.coverart.art }}" title="{{ page.title }}" alt="{{ page.title }}" />
</a>
</div>
{% endfor %}
</div>
{% include footer.html %}
</div>
</body>
</html>