Skip to content

Commit

Permalink
Fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Jul 15, 2024
1 parent 4944f06 commit a63a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ford/templates/namelist_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% extends "base.html" %}

{% block title %}
{{ namelist.name }} %ndash; {{ project }}
{{ namelist.name }} – {{ project }}
{% endblock title %}

{% block body %}
Expand Down

0 comments on commit a63a3a4

Please sign in to comment.