diff --git a/themes/bootstrap3/templates/author.html b/themes/bootstrap3/templates/author.html new file mode 100644 index 0000000000000000000000000000000000000000..f37398b56b8c7997ef734445297b357cdc301f6c --- /dev/null +++ b/themes/bootstrap3/templates/author.html @@ -0,0 +1,13 @@ +{% extends "article_list.html" %} + +{% block title %}{{ ('Articles by') }} {{ author }} - {{ SITENAME }}{% endblock %} + +{% block breadcrumbs %} + {% if DISPLAY_BREADCRUMBS %} + + {% endif %} +{% endblock %}