Sha256: 2bdc9a6a06c044f7ac50338948fc3711ba62d573626ab363e57209a026157404

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

---
layout: root
---

<div class="container-fluid"  >
    <div class="row" >
        <div class="col-md-10 offset-md-1 content" >
            <div class="container {{ page.class | default: '' }}" >
                <section role="main" >
                    <article>
                        {% if page.title %}
                        <header>
                            <h1> {{ page.title }}</h1>
                            {% if page.summary %}
                                <p>{{ page.summary }}</p>
                            {% endif %}
                        </header>
                        {% endif %}
                        <main role="main" itemprop="mainContentOfPage">
                            {{ content }}
                        </main>

                        <footer>
                            <p class="text-xs-center">
                                <a href="//{{ site.url }}" title="Volver" >
                                    <i class="fa fa-arrow-left" aria-hidden="true" ></i>Volver
                                </a>
                            </p>
                        </footer>
                    </article>
                </section>
            </div>
        </div>
    </div>
</div>

<footer>
    <div class="container-fluid" >
        {% include footer.html %}
    </div>
</footer>

{% include javascripts.html %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geekyll-0.1.2 _layouts/page.html
geekyll-0.1.1 _layouts/page.html
geekyll-0.1.0 _layouts/page.html