Skip to content

Commit

Permalink
Add a title to the base template so it's actually displayed on pages …
Browse files Browse the repository at this point in the history
…that don't have it configured
  • Loading branch information
AdmiralGT committed Aug 1, 2024
1 parent dafab5b commit e61ec40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
}
</style>

<title>BotC Scripts</title>

<head>
<meta name="google-site-verification" content="e7R5G0n4MYvX8KBMqBcy6QS-0sLf-10F6Fp3CULDhVI" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<script>
// Set the name of the page to the name & version of the script.
document.title = "{{ script.name }} - v{{ script_version.version }}"
document.title = "{{ script.name }} v{{ script_version.version }}"

function showAndDismissAlert(message) {
var htmlAlert = '<div class="alert alert-primary' + '">' + message + '</div>';
Expand Down

0 comments on commit e61ec40

Please sign in to comment.