From e1f06b311652786b2a3c9dd5981bbe9b51383d1a Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 25 Mar 2019 21:05:35 +0000 Subject: Begining of rebuild. --- _site_build/archives/index.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 _site_build/archives/index.html (limited to '_site_build/archives/index.html') diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html deleted file mode 100644 index 9c4644f..0000000 --- a/_site_build/archives/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -title: Archives -robots: follow, noindex, noodp, noydir, noarchive ---- -
-

Archives

- {% assign show_year = true %} - {% assign show_month = true %} - {% for post in site.posts %} - {% if show_year %} -

{{ post.date | date: '%Y' }}

- {% endif %} - {% if show_year or show_month %} -

{{ post.date | date: '%B' }}

-
    - {% endif %} -
  1. - {{ post.title }} -
  2. - {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} - {% capture pyear %}{{ post.previous.date | date: '%Y' }}{% endcapture %} - {% capture month %}{{ post.date | date: '%B' }}{% endcapture %} - {% capture pmonth %}{{ post.previous.date | date: '%B' }}{% endcapture %} - {% if year != pyear %}{% assign show_year = true %}{% else %}{% assign show_year = false %}{% endif %} - {% if month != pmonth %}{% assign show_month = true %}{% else %}{% assign show_month = false %}{% endif %} - {% if show_year or show_month %} -
- {% endif %} - {% endfor %} -
- -- cgit v1.2.3-13-gbd6f