init
This commit is contained in:
commit
536c3856e1
89 changed files with 8421 additions and 0 deletions
6
templates/authors/list.html
Normal file
6
templates/authors/list.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "taxonomy_list.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% set title = "All Authors"%}
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
6
templates/authors/single.html
Normal file
6
templates/authors/single.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "taxonomy_single.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% set title = "Author: " ~ term.name %}
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue