Skip to content

Commit 57bba09

Browse files
authored
fix logic: These can't be "another two" article elements (#1705)
if no other article elements have been mentioned, yet. (Previously they were `div` elements and the now-`header` element preceding them was then also a `div`. But since #1681 not anymore.)
1 parent 0dfb3a2 commit 57bba09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Here's an example of a full template, copy and paste it into `blog/templates/blo
152152
We've created one `header` section and two `article` section here.
153153

154154
- The `header` element contains the title of our blog – it's a heading and a link
155-
- Another two `article` elements contain our blog posts with a published date in a `time` element, a `h2` element with a post title that is clickable and a `p` (paragraph) element for text of our blog post.
155+
- The two `article` elements contain our blog posts with a published date in a `time` element, a `h2` element with a post title that is clickable and a `p` (paragraph) element for text of our blog post.
156156

157157
It gives us this effect:
158158

0 commit comments

Comments
 (0)