Slight changes.
This commit is contained in:
parent
f3da846578
commit
0558e06e05
@ -2,20 +2,21 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/theme.blue.css">
|
||||||
|
<link rel="stylesheet" href="/assets/css/table.custom.css">
|
||||||
|
<link rel="stylesheet" href="/assets/css/tour-info.css">
|
||||||
|
|
||||||
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
|
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<link rel="stylesheet" href="/assets/css/theme.blue.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/table.custom.css">
|
|
||||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||||
{% include {{table}} %}
|
{% include {{table}} %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<link rel="stylesheet" href="/assets/css/tour-info.css">
|
|
||||||
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
|
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
|
||||||
{% include {{tour-info}} %}
|
{% include {{tour-info}} %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user