diff --git a/themes/vocabulary_theme/templates/404.html b/themes/vocabulary_theme/templates/404.html index b83565c85..57d207304 100644 --- a/themes/vocabulary_theme/templates/404.html +++ b/themes/vocabulary_theme/templates/404.html @@ -1,10 +1,10 @@ {% extends "layout.html" %} {% block body %} -
+

404

Page Not Found!

Sorry. The page you are looking for doesn't exist.

Return Home -
+ {% endblock %} diff --git a/themes/vocabulary_theme/templates/author.html b/themes/vocabulary_theme/templates/author.html index 97e4bab64..b164d3843 100644 --- a/themes/vocabulary_theme/templates/author.html +++ b/themes/vocabulary_theme/templates/author.html @@ -12,20 +12,20 @@
- gravatar + Gravatar image of {{ render_author_name(this) }}
-

{{ render_author_name(this) }}

+

{{ render_author_name(this) }}

{% if this.about %} -
{{ this.about }}
+
{{ this.about }}
{% endif %} - See all authors + {{ this.parent.title }}
-
+
{{ render_author_posts(this.children) }}
diff --git a/themes/vocabulary_theme/templates/authors.html b/themes/vocabulary_theme/templates/authors.html index 40d2360d3..4981cbfcd 100644 --- a/themes/vocabulary_theme/templates/authors.html +++ b/themes/vocabulary_theme/templates/authors.html @@ -5,7 +5,8 @@ {% block title %} Authors {% endblock %} {% block body %} -
+
+

List of Authors

Authors

@@ -18,3 +19,4 @@

Authors

{% endblock %} + diff --git a/themes/vocabulary_theme/templates/blocks/get-involved.html b/themes/vocabulary_theme/templates/blocks/get-involved.html index 8a9673745..1de4bcefe 100644 --- a/themes/vocabulary_theme/templates/blocks/get-involved.html +++ b/themes/vocabulary_theme/templates/blocks/get-involved.html @@ -1,17 +1,20 @@
- {{ this.title }} +

{{ this.title }}