Skip to content

Commit f00c121

Browse files
committed
Add h1 and introductory paragraph to blog index
1 parent 6098263 commit f00c121

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

blog/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
---
55

66
<div class="heading common-padding--bottom-small common-padding--top-small">
7+
<div class="container">
8+
<div class="heading__body">
9+
<div class="heading__headline common-headline">
10+
<h1>The Rails Blog: News & Release Notes</h1>
11+
<h4>Discover the latest Rails news, version releases, community updates, and feature announcements.</h4>
12+
</div>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="heading common-padding--bottom-small">
718
<div class="container">
819
<div class="heading__body">
920
<div class="heading__headline common-headline">
@@ -20,6 +31,7 @@
2031
</div>
2132
</div>
2233

34+
2335
<div class="blog common-padding--bottom">
2436
<div class="container">
2537
<div class="blog__posts">

0 commit comments

Comments
 (0)