Compare commits
1 Commits
master
...
materializ
| Author | SHA1 | Date | |
|---|---|---|---|
| 3737093a4d |
@ -4,8 +4,7 @@
|
||||
<head>
|
||||
{% block head %}
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||||
|
||||
<title>
|
||||
{% if meta.title %}
|
||||
@ -14,26 +13,19 @@
|
||||
{% endif %}
|
||||
{{ site_title }}</title>
|
||||
{% if meta.description %}
|
||||
<meta name="description"
|
||||
content="{{ meta.description|striptags }}" />
|
||||
<meta name="description" content="{{ meta.description|striptags }}"/>
|
||||
{% endif %}
|
||||
{% if meta.robots %}
|
||||
<meta name="robots"
|
||||
content="{{ meta.robots }}" />
|
||||
<meta name="robots" content="{{ meta.robots }}"/>
|
||||
{% endif %}
|
||||
|
||||
{% if current_page %}
|
||||
<link rel="canonical"
|
||||
href="{{ current_page.url }}" />
|
||||
<link rel="canonical" href="{{ current_page.url }}"/>
|
||||
{% endif %}
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="{{ theme_url }}/css/mini-{{ config.theme_config.color }}.min.css">
|
||||
<link rel="stylesheet"
|
||||
href="{{ theme_url }}/css/style.css"
|
||||
type="text/css" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism-tomorrow.min.css"
|
||||
rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
|
||||
<link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css"/>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism-tomorrow.min.css" rel="stylesheet"/>
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
@ -67,12 +59,10 @@
|
||||
</div>
|
||||
</div>
|
||||
{% include "templates/layout/footer.twig" %}
|
||||
<script src="{{ theme_url }}/js/site.js"
|
||||
type="text/javascript">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
||||
<script src="{{ theme_url }}/js/site.js" type="text/javascript"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user