update sidebar
This commit is contained in:
@@ -14,18 +14,8 @@
|
||||
<meta name="generator" content="Hugo 0.118.2">
|
||||
|
||||
<!-- Script para el tema oscuro -->
|
||||
<script src="color-modes.js"></script>
|
||||
<!-- Bootstrao 5.3.2 -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||||
<!-- Iconos de bootstrap -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<!-- Estilos Basicos -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.css">
|
||||
<!-- Jquery -->
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="js/color-modes.js"></script>
|
||||
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<style>
|
||||
@@ -150,8 +140,7 @@
|
||||
|
||||
<!-- Change theme menu -->
|
||||
<div class="dropdown-center" style="padding-left: 10px;">
|
||||
<button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button"
|
||||
aria-expanded="false" data-bs-toggle="dropdown" aria-label="Toggle theme (auto)">
|
||||
<button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" aria-label="Toggle theme (auto)">
|
||||
<svg class="bi my-1 theme-icon-active" width="1em" height="1em">
|
||||
<use href="#circle-half"></use>
|
||||
</svg>
|
||||
@@ -876,7 +865,7 @@
|
||||
crossorigin="anonymous"></script>
|
||||
<!-- Github buttons -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<script src="dashboard.js"></script>
|
||||
<script src="js/dashboard.js"></script>
|
||||
<script>
|
||||
new Chartist.Line('#traffic-chart', {
|
||||
labels: ['January', 'Februrary', 'March', 'April', 'May', 'June'],
|
||||
|
||||
Reference in New Issue
Block a user