{{ this.body }}
CC Open Source Blog
-{{ this.title }}
+{{ this.title }}
@@ -26,7 +28,7 @@{{ this.title }}
{% endif %}
+
-
Posts in the {{ series.name }} series
+
+
Posts in the {{ series.name }} series
-
{% for post in series.children.order_by('pub_date') %}
{% if post.path==this.path %}
diff --git a/themes/vocabulary_theme/templates/blog-series-list.html b/themes/vocabulary_theme/templates/blog-series-list.html
index 3a323b3b6..41bd678e9 100644
--- a/themes/vocabulary_theme/templates/blog-series-list.html
+++ b/themes/vocabulary_theme/templates/blog-series-list.html
@@ -5,9 +5,9 @@
{% block title %}All Series{% endblock %}
{% block body %}
-
+
-
All Series
+All Series
{{ render_series(this) }}
diff --git a/themes/vocabulary_theme/templates/blog.html b/themes/vocabulary_theme/templates/blog.html
index c216824ee..5f078dd4e 100644
--- a/themes/vocabulary_theme/templates/blog.html
+++ b/themes/vocabulary_theme/templates/blog.html
@@ -10,12 +10,15 @@
{{ this.title }}
-{{ this.description }}
+ {{ this.description }}
- {{ render_posts(this.pagination.items) }}
-
+
+
+
Blog Posts
+ {{ render_posts(this.pagination.items) }} +
{% if this.pagination.pages > 1 %}
{{ render_pagination(this.pagination) }}
{% endif %}
diff --git a/themes/vocabulary_theme/templates/cc-search-guide.html b/themes/vocabulary_theme/templates/cc-search-guide.html
index 1e47da590..0342f665d 100644
--- a/themes/vocabulary_theme/templates/cc-search-guide.html
+++ b/themes/vocabulary_theme/templates/cc-search-guide.html
@@ -12,7 +12,7 @@
{{ this.title }}
-
+
+
{{ this.body }}
diff --git a/themes/vocabulary_theme/templates/community_team_list.html b/themes/vocabulary_theme/templates/community_team_list.html
index b1d263c7a..c6c5c7108 100644
--- a/themes/vocabulary_theme/templates/community_team_list.html
+++ b/themes/vocabulary_theme/templates/community_team_list.html
@@ -14,10 +14,10 @@
{{ this.title }}
Project Teams
{% for project in bag('community_team_members.projects') %} -{{ project.name }}
-These team members have permissions in the {{ project.repos }} repo(s).
{{ project.name }}
+These team members have permissions in the {{ project.repos }} repo(s).
-
+
@@ -45,7 +45,7 @@
{{ member.role }}
- {{ member.name }}
+ {{ member.name }}
{% endfor %}
diff --git a/themes/vocabulary_theme/templates/issue_finder.html b/themes/vocabulary_theme/templates/issue_finder.html
index fdf625d2b..604eeeb1e 100644
--- a/themes/vocabulary_theme/templates/issue_finder.html
+++ b/themes/vocabulary_theme/templates/issue_finder.html
@@ -3,7 +3,7 @@
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
-
| Role | @@ -27,7 +27,7 @@||
|---|---|---|
| {{ member.role }} | -{{ member.name }} | +{{ member.name }} |
Community Building Teams
{% for member in bag('community_team_members.community_builders') %}
+
{% block title %}Welcome{% endblock %} — Creative Commons Open Source
-
+
+
+
+
+
+
+
+
+ {% if this.description %}
+ {% set desc = this.description|excerpt|striphtmltags %}
+
+ {% else %}
+ {% if this.body %}
+ {% set desc = this.body|excerpt|striphtmltags %}
+
+ {% endif %}
+ {% endif %}
+
+
+ {% from "macros/og_image.html" import og_image %}
+ {{ og_image(this) }}
+
+
+
+ {% if image %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+ {% block title %}Welcome{% endblock %} — Creative Commons Open Source
+
-
-