23 lines
720 B
HTML
23 lines
720 B
HTML
|
<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 }} · {{ 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>
|