Skip to content

Commit 4add8a5

Browse files
committed
Slight reword
1 parent fbfbfef commit 4add8a5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

archive.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
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" %}

blog.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
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" %}

0 commit comments

Comments
 (0)