Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
navbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saintly2k authored Dec 8, 2021
1 parent 1c3b927 commit 4c14082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// You can edit this stuff
$config["name"] = "BurningDiscs"; // Page Title
$config["url"] = "http://localhost/"; // Main Domain, like "domain.com/" WITH SLASH ENDING!!
$config["url"] = "https://burningdiscs.h33t.moe/"; // Main Domain, like "domain.com/" WITH SLASH ENDING!!
$config["folder"] = ""; // If inside subfolder (like domain.com/discs/), then it is "discs/" WITH SLASH!!
$config["description"] = "BurningDiscs is your place to donload Lists of Tracks pre-made for you to instantly burn them on a Disc after downloading. You can save Discs to your facourites by logging in or signing up."; // SEO Description
$config["tags"] = "music, music piracy, 1337x, music ddl, burning discs, disc, free music download"; // SEO Tags
Expand Down
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
</head>

<body>

<nav class="navbar navbar-default">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
Expand Down

0 comments on commit 4c14082

Please sign in to comment.