File tree 14 files changed +28
-0
lines changed
themes/vocabulary_theme/templates
14 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 3
3
{% from "macros/author_posts.html" import render_author_posts %}
4
4
{% from "macros/author_name.html" import render_author_name %}
5
5
6
+ {% block title %}{{ render_author_name(this) }}{% endblock %}
7
+
6
8
{% block body %}
7
9
< div class ="author-posts ">
8
10
< div class ="header ">
Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/authors.html" import render_authors %}
4
4
5
+ {% block title %} Authors {% endblock %}
6
+
5
7
{% block body %}
6
8
< div class ="all-authors ">
7
9
< div class ="header ">
Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/categories.html" import render_categories %}
4
4
5
+ {% block title %}Categories{% endblock %}
6
+
5
7
{% block body %}
6
8
< div class ="all-categories ">
7
9
< div class ="header ">
Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/posts.html" import render_posts %}
4
4
5
+ {% block title %}{{ this.name }}{% endblock %}
6
+
5
7
{% block body %}
6
8
< div class ="all-categories ">
7
9
< div class ="header ">
Original file line number Diff line number Diff line change 4
4
5
5
{% from "macros/posts.html" import render_posts %}
6
6
7
+ {% block title %}{{ this.title }}{% endblock %}
8
+
7
9
{% set author = this.parent.parent.children.get('authors').children.get(this.author) %}
8
10
9
11
{% block body %}
Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/series.html" import render_series %}
4
4
5
+ {% block title %}All Series{% endblock %}
6
+
5
7
{% block body %}
6
8
< div class ="all-series ">
7
9
< div class ="header ">
Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/posts.html" import render_posts %}
4
4
5
+ {% block title %}{{ this.name }}{% endblock %}
6
+
5
7
{% block body %}
6
8
< div class ="all-series ">
7
9
< div class ="header ">
Original file line number Diff line number Diff line change 3
3
{% from "macros/pagination.html" import render_pagination %}
4
4
{% from "macros/posts.html" import render_posts %}
5
5
6
+ {% block title %}{{ this.title }}{% endblock %}
7
+
6
8
{% block body %}
7
9
< div class ="blog-page ">
8
10
< div class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
3
+ {% block title %}{{ this.title }}{% endblock %}
4
+
3
5
{% block body %}
4
6
< div class ="cc-search-guide ">
5
7
< header class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
3
+ {% block title %}{{ this.title }}{% endblock %}
4
+
3
5
{% block body %}
4
6
< div >
5
7
< div class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
3
+ {% block title %}{{ this.title }}{% endblock %}
4
+
3
5
{% block body %}
4
6
< div class ="code-guidelines ">
5
7
< header class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
3
+ {% block title %}Open Source Internships: Project Ideas{% endblock %}
4
+
3
5
{% block body %}
4
6
< div class ="project-ideas ">
5
7
< div class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+
2
3
{% block title %}{{ this.title }}{% endblock %}
4
+
3
5
{% block body %}
4
6
< div class ="project-list ">
5
7
< div class ="header ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
3
+ {% block title %}{{ this.title }}{% endblock %}
4
+
3
5
{% block body %}
4
6
< div class ="cc-search-roadmap ">
5
7
< div class ="header ">
You can’t perform that action at this time.
0 commit comments