diff --git a/src/structables/main.py b/src/structables/main.py index 5262487..cdf1c1a 100644 --- a/src/structables/main.py +++ b/src/structables/main.py @@ -483,7 +483,7 @@ def project_list(head, sort="", per_page=20): return render_template( "projects.html", - title=head, + title=unslugify(head)[0], ibles=ibles, path=path, pagination=get_pagination(request, total, per_page),