diff --git a/themes/bootstrap2/templates/author.html b/themes/bootstrap2/templates/author.html new file mode 100644 index 0000000000000000000000000000000000000000..0b372902d5552cb93a0eed266b6fd851f63bd1be --- /dev/null +++ b/themes/bootstrap2/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}