Initialize generation stack
This commit is contained in:
parent
1460d137b3
commit
bf16180810
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
tk_game,tk_description,tk_url,tk_logo_alt
|
||||
tk_game_name,tk_game_description,tk_url,tk_logo_alt
|
||||
|
|
|
|
@ -5,12 +5,12 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>tk_title - Leaderboard</title>
|
||||
<title>tk_game_name - Leaderboard</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="icon" href="assets/img/logo.png">
|
||||
|
||||
<meta property="og:title" content="tk_game - Speedruns Leaderboard" />
|
||||
<meta property="og:title" content="tk_game_name - Speedruns Leaderboard" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="tk_game_description" />
|
||||
<meta property="og:url" content="tk_url" />
|
||||
|
@ -22,8 +22,8 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>tk_game - Speedruns Leaderboard</h1>
|
||||
<p>tk_description</p>
|
||||
<h1>tk_game_name - Speedruns Leaderboard</h1>
|
||||
<p>tk_game_description</p>
|
||||
|
||||
<h2>Categories</h2>
|
||||
<!-- lk_categories -->
|
||||
|
|
Loading…
Reference in a new issue