New Theme

This commit is contained in:
2020-11-21 14:13:16 +01:00
parent 9bc54d475f
commit cbc70ca8e1
593 changed files with 13702 additions and 14006 deletions

View File

@@ -0,0 +1,22 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>
{% if page.title %}
{{ page.title }} &middot; {{ site.title }}
{% else %}
{{ site.title }}
{% endif %}
</title>
<script src="{{ "/theme/js/jquery-3.4.1.min.js" | relative_url}}"></script>
<script src="{{ "/theme/js/bootstrap-4.4.1.bundle.min.js" | relative_url }}"></script>
<link rel="stylesheet" href="{{ "/theme/css/site.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/theme/css/syntax.css" | relative_url }}">
</head>