|
|
@ -6,9 +6,9 @@
|
|
|
|
<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 %}
|
|
|
|
{% if page.thumbnail != null %}
|
|
|
|
<link rel="image_src" href="{{ page.thumbnail | escape_once }}">
|
|
|
|
<link rel="image_src" href="{{ site.url }}{{ page.thumbnail | escape_once }}">
|
|
|
|
{% if page.image != null %}
|
|
|
|
{% elsif page.image != null %}
|
|
|
|
<link rel="image_src" href="{{ page.image | escape_once }}">
|
|
|
|
<link rel="image_src" href="{{ site.url }}{{ page.image | escape_once }}">
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% bundle %}
|
|
|
|
{% bundle %}
|
|
|
|
- /css/bootstrap.css
|
|
|
|
- /css/bootstrap.css
|
|
|
|