|
|
@ -5,6 +5,11 @@
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
|
|
|
{% if page.thumbnail != null %}
|
|
|
|
|
|
|
|
<link rel="image_src" href="{{ page.thumbnail | escape_once }}">
|
|
|
|
|
|
|
|
{% if page.image != null %}
|
|
|
|
|
|
|
|
<link rel="image_src" href="{{ page.image | escape_once }}">
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% bundle %}
|
|
|
|
{% bundle %}
|
|
|
|
- /css/bootstrap.css
|
|
|
|
- /css/bootstrap.css
|
|
|
|
- /css/sticky-footer-navbar.css
|
|
|
|
- /css/sticky-footer-navbar.css
|
|
|
|