Mirror/docs/_includes/head.html

14 lines
463 B
HTML
Raw Normal View History

2018-12-18 18:42:55 +00:00
<head>
2018-12-19 23:05:06 +00:00
<!-- Required meta tags -->
2018-12-18 18:42:55 +00:00
<meta charset="utf-8">
2018-12-19 23:05:06 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2018-12-18 18:42:55 +00:00
2018-12-19 23:05:06 +00:00
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{%- feed_meta -%}
<script src="{{ "/assets/javascript/bootstrap/jquery.min.js" | relative_url }}"></script>
<script src="{{ "/assets/javascript/bootstrap/bootstrap.bundle.min.js" | relative_url }}"></script>
2018-12-18 18:42:55 +00:00
</head>