Skip to content

Commit

Permalink
Merge pull request #414 from AdmiralGT/grt/title
Browse files Browse the repository at this point in the history
Add a title to the base template so it's actually displayed on pages …
  • Loading branch information
AdmiralGT committed Aug 1, 2024
2 parents dafab5b + e61ec40 commit da50586
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 da50586

Please sign in to comment.