some stuff I forgot
This commit is contained in:
parent
2ae7d17a3e
commit
ca3b84310c
2 changed files with 5 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Foe Frenzy</title>
|
||||
<title>Foe Frenzy - Custom Maps</title>
|
||||
<meta name="author" content="Ellpeck">
|
||||
<meta name="description" content="A fast-paced fighting game where you battle up to three of your friends with random, short-lasting items">
|
||||
<meta name="keywords" content="Ellpeck, Foe Frenzy, Steam, Discord, itch, itch.io, Battle, 2d, Top Down, Pixelart, MonoGame, Fighting, Game">
|
||||
<meta name="keywords" content="Ellpeck, Foe Frenzy, Steam, Discord, itch, itch.io, Battle, 2d, Top Down, Pixelart, MonoGame, Fighting, Game, Custom Map, Map, Creating, Creation">
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
||||
|
|
|
@ -43,6 +43,9 @@ function refreshSitemap(folder) {
|
|||
{
|
||||
url: '/foefrenzy',
|
||||
priority: 0.7
|
||||
},
|
||||
{
|
||||
url: '/foefrenzy/maps'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue