Reseting all redundant commits
This commit is contained in:
parent
ad05bc280a
commit
9f59a32bf1
421 changed files with 72746 additions and 3044 deletions
|
|
@ -1,29 +1,34 @@
|
|||
---
|
||||
---
|
||||
{% include relBase.html %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Based on _Story_ by html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
Remixed and Jekyllified by Setto
|
||||
-->
|
||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||
<head>
|
||||
|
||||
{% include seo.html %}
|
||||
{% include relBase.html %}
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="apple-touch-icon" href="{{ relBase }}/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ relBase }}/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="{{ relBase }}/favicon.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/style20200128-1.css" />
|
||||
<script src="/assets/js/jquery-3.4.1.min.js"></script>
|
||||
<script type="text/javascript" src="/assets/js/isotope.pkgd.min.js"></script>
|
||||
{% include seo.html %}
|
||||
|
||||
{% include matomo.html %}
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200710.css" />
|
||||
|
||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200710.css" /></noscript>
|
||||
</head>
|
||||
<body>
|
||||
{% if page.collection == 'tracks' or page.url == '/music/' %}
|
||||
<div id="wallpaper">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% else %}
|
||||
{{ content }}
|
||||
{% endif %}
|
||||
<body id="body">
|
||||
<span id="top" style="display: none;"></span>
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper" class="divided">
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include navigation.html %}
|
||||
{% include scripts.html %}
|
||||
{% include cookie-consent.html %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue