Back to Db Tutorial

{{ page.title }}

_layouts/default.html

latest897 B
Original Source

{% seo %}

{% for part in site.parts %} {% if part.url == page.url %} {% assign is_part = true %} {% assign part_index0 = forloop.index0 %} {% assign part_index1 = forloop.index %} {% endif %} {% endfor %} {% for part in site.parts %} {% if part_index0 == forloop.index %} {% assign prev_part = part %} {% endif %} {% if part_index1 == forloop.index0 %} {% assign next_part = part %} {% endif %} {% endfor %}

{{ page.title }}

{% if prev_part %}

{{prev_part.title}}

{% endif %} {% if next_part %}

{{next_part.title}}

{% endif %} {{ content }} {% if prev_part %}

{{prev_part.title}}

{% endif %} {% if next_part %}

{{next_part.title}}

{% endif %} {% if site.google_analytics %} {% endif %}