From 79b4d38eaf5d5895ebba5194539cc2d7e9caf75f Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Fri, 8 Sep 2017 17:26:01 -0700 Subject: [PATCH] bullet on author page --- theme/templates/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/author.html b/theme/templates/author.html index 4ba8dfc..aabf7d7 100644 --- a/theme/templates/author.html +++ b/theme/templates/author.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ author }} - {{ SITENAME }}{% endblock %} +{% block title %}{{ author }} • {{ SITENAME }}{% endblock %} {% block content %} -- 2.17.1