Skip to content

Commit 3709dc7

Browse files
authored
Merge pull request creativecommons#413 from creativecommons/update_title
update titles for two sections
2 parents d7e1f4a + 8e5277a commit 3709dc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/vocabulary_theme/templates/blocks/featured-projects.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<section class="featured-projects">
22
<div class="container">
33
<div class="level">
4-
<h4 class="is-paddingless level-left">
4+
<h2 class="is-paddingless level-left">
55
{{ this.title }}
6-
</h4>
6+
</h2>
77
<span class="level-right">
88
<a class="project-page-link" href="/contributing-code/projects/">See all available projects <i class="icon angle-right"></i></a>
99
</span>

themes/vocabulary_theme/templates/blocks/recent-posts.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<section class="recent-posts">
44
<div class="container">
55
<div class="level">
6-
<h4 class="is-paddingless level-left">
6+
<h2 class="is-paddingless level-left">
77
{{ this.title }}
8-
</h4>
8+
</h2>
99
<span class="level-right">
1010
<a class="posts-link" href="/blog">See all posts <i class="icon angle-right"></i></a>
1111
</span>

0 commit comments

Comments
 (0)