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 Permalink 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 {% if is_editor or is_author and user_id == pg.author_id %} • Edit {% endif %} {% if is_web_log_admin %} • {%- assign pg_del_link = "admin/page/" | append: pg.id | append: "/delete" | relative_link -%} Delete {% endif %} {%- capture pg_link %}/{% unless pg.is_default %}{{ pg.permalink }}{% endunless %}{% endcapture -%} {{ pg_link }}{{ pg_link }} 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 %} « Previous {% endif %} {% if page_count == 25 %} Next » {% endif %} {% endif %}