New Theme
This commit is contained in:
22
_includes/structure/head.html
Normal file
22
_includes/structure/head.html
Normal 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 }} · {{ 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>
|
||||
Reference in New Issue
Block a user