human commit

This commit is contained in:
Set Hallstrom 2019-02-28 17:06:17 +01:00
parent d891906702
commit f938333ff3
366 changed files with 81971 additions and 0 deletions

23
_layouts/blog.html Normal file
View file

@ -0,0 +1,23 @@
<!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>