Skip to content

Commit 6b435b7

Browse files
committed
update all templates
1 parent 059471d commit 6b435b7

13 files changed

+13
-13
lines changed

themes/vocabulary_theme/templates/author.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% block body %}
77
<div class="author-posts">
8-
<div class="title">
8+
<div class="header">
99
<div class="container">
1010
<div class="columns">
1111
<div class="column is-2">

themes/vocabulary_theme/templates/authors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<div class="all-authors">
7-
<div class="title">
7+
<div class="header">
88
<h1 class="container">Authors</h1>
99
</div>
1010
<div class="authors-list">

themes/vocabulary_theme/templates/blog-categories.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<div class="all-categories">
7-
<div class="title">
7+
<div class="header">
88
<h1 class="container">Categories</h1>
99
</div>
1010
<div class="categories-list container">

themes/vocabulary_theme/templates/blog-category.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<div class="all-categories">
7-
<div class="title">
7+
<div class="header">
88
<div class="container">
99
<h1>All posts categorized "{{ this.name }}"</h1>
1010
<a class="button small margin-top-bigger" href="{{ this.parent|url }}">See all categories</a>

themes/vocabulary_theme/templates/blog-series-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<div class="all-series">
7-
<div class="title">
7+
<div class="header">
88
<h1 class="container">All Series</h1>
99
</div>
1010
<div class="series-list container">

themes/vocabulary_theme/templates/blog-series.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<div class="all-series">
7-
<div class="title">
7+
<div class="header">
88
<div class="container">
99
<h1>All posts in series "{{ this.name }}"</h1>
1010
<a class="button small margin-top-bigger" href="{{ this.parent|url }}">See all series</a>

themes/vocabulary_theme/templates/blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% block body %}
77
<div class="blog-page">
8-
<div class="title">
8+
<div class="header">
99
<div class="container">
1010
<h1>{{ this.title }}</h1>
1111
<div class="description column is-9 is-paddingless">{{ this.description }}</div>

themes/vocabulary_theme/templates/cc-search-guide.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block body %}
44
<div class="cc-search-guide">
5-
<header class="title">
5+
<header class="header">
66
<div class="container is-paddingless">
77
<h1>{{ this.title }}</h1>
88
</div>

themes/vocabulary_theme/templates/community_team_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block body %}
44
<div>
5-
<div class="title">
5+
<div class="header">
66
<div class="container">
77
<h1>{{ this.title }}</h1>
88
<p class="description column is-9 is-paddingless">This is a list of all CC Community Team members, and their roles and privileges. For more information about CC Community Team, please see <a href="/community/community-team/">the Community Team Page</a>.</p>

themes/vocabulary_theme/templates/page-with-toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block body %}
44
<div class="code-guidelines">
5-
<header class="title">
5+
<header class="header">
66
<div class="container is-paddingless">
77
<h1>{{ this.title }}</h1>
88
<div class="description column is-9 is-paddingless">

themes/vocabulary_theme/templates/project-ideas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block body %}
44
<div class="project-ideas">
5-
<div class="title">
5+
<div class="header">
66
<div class="container">
77
<h1>Open Source Internships: Project Ideas</h1>
88
<p class="description">This is the project idea list for the <span class="has-color-forest-green">current round of open source internships at Creative Commons.</span></p>

themes/vocabulary_theme/templates/project_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% block title %}{{ this.title }}{% endblock %}
33
{% block body %}
44
<div class="project-list">
5-
<div class="title">
5+
<div class="header">
66
<div class="container">
77
<h1>Project List</h1>
88
<p class="description">This is a list of all active open source software projects that Creative Commons maintains.</p>

themes/vocabulary_theme/templates/search_roadmap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block body %}
44
<div class="cc-search-roadmap">
5-
<div class="title">
5+
<div class="header">
66
<div class="container">
77
<h1>{{ this.title }}</h1>
88
<p class="description column is-9 is-paddingless">The largest open source product in CC’s portfolio is CC Search: a search engine for CC licensed and public domain creative works.</p>

0 commit comments

Comments
 (0)