File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1111 {% assign random = site.time | date: "%s%N" | modulo: site.posts.size %}
1212
1313 < p > I have written < b > {{ site.posts | size }}</ b > post on this site, mostly
14- covering CSS, architecture, performance, and web development. Find
15- a reverse-chronological list of them below, or, at random, why not read
16- < a href ="{{ site.posts[random].url }} "> < cite > {{ site.posts[random].title }}</ cite > </ a > < small > (< time > {{ site.posts[random].date | date: "%Y" }}</ time > )</ small > ?</ p >
14+ covering web performance and CSS architecture. Find a reverse-chronological list
15+ of them below, or, at random, why not read
16+ < a href ="{{ site.posts[random].url }} "> < cite > {{ site.posts[random].title }}</ cite > </ a >
17+ < small > (< time > {{ site.posts[random].date | date: "%Y" }}</ time > )</ small > ?</ p >
1718
1819 {% for post in site.posts %}
1920 {% assign currentDate = post.date | date: "%Y" %}
Original file line number Diff line number Diff line change 1010 {% assign random = site.time | date: "%s%N" | modulo: site.posts.size %}
1111
1212 < p > I have written < b > {{ site.posts | size }}</ b > post on this site, mostly
13- covering CSS, architecture, performance, and web development. Find
14- a reverse-chronological list of them below, or, at random, why not read
15- < a href ="{{ site.posts[random].url }} "> < cite > {{ site.posts[random].title }}</ cite > </ a > < small > (< time > {{ site.posts[random].date | date: "%Y" }}</ time > )</ small > ?</ p >
13+ covering web performance and CSS architecture. Find a reverse-chronological list
14+ of them below, or, at random, why not read
15+ < a href ="{{ site.posts[random].url }} "> < cite > {{ site.posts[random].title }}</ cite > </ a >
16+ < small > (< time > {{ site.posts[random].date | date: "%Y" }}</ time > )</ small > ?</ p >
1617
1718 {% for post in site.posts %}
1819 {% assign currentDate = post.date | date: "%Y" %}
You can’t perform that action at this time.
0 commit comments