{{ page_title }}

Create a New Page {%- assign page_count = pages | size -%} {%- assign title_col = "col-12 col-md-5" -%} {%- assign link_col = "col-12 col-md-5" -%} {%- assign upd8_col = "col-12 col-md-2" -%}
TitlePage
Updated
{% if page_count > 0 %} {% for pg in pages -%}
{{ pg.title }} {%- if pg.is_default %}   HOME PAGE{% endif -%} {%- if pg.show_in_page_list %}   IN PAGE LIST {% endif -%}
{%- capture pg_link %}{% unless pg.is_default %}{{ pg.permalink }}{% endunless %}{% endcapture -%} View Page Edit {%- capture pg_del %}admin/page/{{ pg.id }}/delete{% endcapture -%} {%- capture pg_del_link %}{{ pg_del | relative_link }}{% endcapture -%} Delete
Updated {{ pg.updated_on | date: "MMMM d, yyyy" }} {{ pg.updated_on | date: "MMMM d, yyyy" }}
{%- endfor %} {% else %}
This web log has no pages
{% endif %}
{% if page_nbr > 1 or page_count == 25 %}
{% if page_nbr > 1 %} {%- capture prev_link %}admin/pages{{ prev_page }}{% endcapture -%}

« Previous

{% endif %}
{% if page_count == 25 %} {%- capture next_link %}admin/pages{{ next_page }}{% endcapture -%}

Next »

{% endif %}
{% endif %}