This commit is contained in:
2018-05-28 13:01:13 +02:00
parent 906f96a15e
commit 2de92c908b
163 changed files with 13425 additions and 79 deletions
@@ -0,0 +1,28 @@
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
{% block body %}
<div class="column">
<h2>{{page.title }}</h2>
{{page.content}}
{% for module in page.collection() %}
<a href="#{{module.title}}">{{module.title}}</a>
{% endfor %}
<div class="reso">
<p>facebook</p>
<p>youtube</p>
</div>
</div>
<div class="column">
{% for module in page.collection() %}
{{ module.content }}
{% endfor %}
</div>
{% endblock %}
@@ -2,20 +2,4 @@
{% set first_image = page.media.images %}
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
<section id="{{ _self.pageLinkName(page.menu) }}" class="section bg-gray">
<section class="container {{ grid_size }}">
<div class="columns">
<div class="column col-6 col-md-12">
<h2>{{ page.header.title }}</h2>
<p>sovaj - matriz</p>
</div>
<div class="column col-6 col-md-12">
{{ content }}
</div>
</div>
</section>
</section>
{{ content }}