Skip to content

Commit

Permalink
- The jam name set in config will now appear in the page title
Browse files Browse the repository at this point in the history
  • Loading branch information
liambaloh committed Jun 17, 2018
1 parent f6144a1 commit 92a4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset='utf-8'>
<script src="js/jquery.js"></script>
<title>One hour game jam</title>
<title>{{CONFIG_JAMNAME}} - {{page_title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href="bs/css/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit 92a4167

Please sign in to comment.