mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-22 06:45:38 +01:00
Update home navbar to v1
This commit is contained in:
parent
ba508ab29b
commit
47ea26d5a2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-color">
|
<body class="bg-color">
|
||||||
<%- include('../layouts/navbar-index.ejs'); %>
|
<%- include('../layouts/navbar.ejs', {types: 'v1', state: 'home'}); %>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||||||
|
|
Loading…
Add table
Reference in a new issue