--- layout: page title: Posts by date tagline: Check out all blog posts grouped by month #permalink: /pages/private/blog/navigator/archive/dateview/ noindex: true resource_options: - masthead: opacity: 0.5 slides: - url: /assets/images/master_header/chuttersnap-1280x800.png alt: chuttersnap-1200x800 regenerate: false --- {% comment %} Liquid procedures -------------------------------------------------------------------------------- {% endcomment %} {% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %} {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %} {% capture get_category_item %}themes/{{site.template.name}}/procedures/global/get_category_item.proc{% endcapture %} {% comment %} Variables -------------------------------------------------------------------------------- {% endcomment %} {% assign view_config = site.data.builder.blog_navigator.date_view %} {% assign view_description = view_config.description %} {% if site.permalink == 'none' %} {% capture browser_page_url %}{{ page.url }}.html{% endcapture %} {% else %} {% capture browser_page_url %}{{ page.url }}{% endcapture %} {% endif %} {% include {{get_page_path}} mode='absolute' %} {% assign navigator_path = page_path | remove_first:'archive' %} {% capture navigator %}{{navigator_path}}{% endcapture %} {% capture date_view %}{{page_path}}/dateview/{% endcapture %} {% capture category_view %}{{page_path}}/categoryview/{% endcapture %} {% capture tag_view %}{{page_path}}/tagview/{% endcapture %} {% capture all_view %}{{page_path}}/{% endcapture %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %}

Posts By Date

{{view_description}}
{% assign openList = '' %} {% for post in site.posts %} {% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %} {% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %} {% capture monthHead %} {% if month != nmonth %} {% if forloop.index != 1 %}{{ closeList }}{%endif %} {{ openList }} {% endif %} {% endcapture %} {% capture link %} {% assign excerpt = post.excerpt | truncatewords: 50 | strip_html | strip_newlines | strip %}
  • {{ post.title }}

    {{ post.tagline }}

    {{ excerpt }}

  • {% endcapture %} {{ monthHead }}{{ link }} {% endfor %} {{closeList}}
    {% comment %} Update cookie for lastpage -------------------------------------------------------------------------------- {% endcomment %}