Skip to content

Commit

Permalink
Fix missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Feb 19, 2024
1 parent b69f311 commit ab75b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ constellation.site.name }}</title>
<title>{{ request.constellation.site.name }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
Expand Down

0 comments on commit ab75b80

Please sign in to comment.