Skip to content

Latest commit

 

History

History
109 lines (102 loc) · 4.37 KB

File metadata and controls

109 lines (102 loc) · 4.37 KB
layout page
title Study List With Date
subtitle Something that I have studied and experienced
css /css/CloudListFilter.css
bigimg
/img/Image/BigImages/carmel.jpg
Carmel-by-the-Sea, CA (2016)
/img/Image/BigImages/monterey.jpg
Monterey, CA (2016)
/img/Image/BigImages/stanford_dish.jpg
Stanford Dish, CA (2016)
/img/Image/BigImages/marian_beach_in_sanfran.jpg
MRINA of San Francisco, CA (2016)
/img/Image/BigImages/carmel2.jpg
Carmel-by-the-Sea, CA (2016)
/img/Image/BigImages/marina.jpg
MRINA of San Francisco, CA (2016)
/img/Image/BigImages/sanfrancisco.jpg
San Francisco, CA (2016)

{: #top }

{% include CloudHeaderPart.html %}

{% assign openList = '
    ' %} {% assign closeList = '
' %} {% assign archive_url = site.baseurl | append: '/CloudDate/' %} {% for post in site.posts %} {% assign currentdate = post.date | date: '%B %Y' %} {% if currentdate != date %} {% unless forloop.first %} {{ count }} {% endunless %} {% assign count = 1 %} {% assign currentyear = post.date | date: '%Y' %} {% if currentyear != year %} {% unless forloop.first %}
{% endunless %} {% assign year = currentyear %} {% endif %} {{ post.date | date: '%B' }} {% assign date = currentdate %} {% else %} {% assign count = count | plus: 1 %} {% endif %} {% if forloop.last %} {{ count }}
{% endif %} {% endfor %}

{% 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 }} Go back to the top


{%endif %}

{% if year != nyear %}
{% endif %}
{{ post.date | date: '%B %Y' }}

{{ openList }} {% endif %} {% endcapture %} {% capture link %}
  • {{ post.title }} - Posted on {{ post.date | date: "%B %-d, %Y" }}
  • {% endcapture %} {{ monthHead }}{{ link }}
    {% endfor %} {{closeList}} Go back to the top