🏡 index : github.com/shreyas-satish/govote.git

author Nemo <me@captnemo.in> 2023-12-07 22:16:43.0 +05:30:00
committer Nemo <me@captnemo.in> 2023-12-07 22:16:43.0 +05:30:00
commit
77627d292964ce3fd58a945357c1f7c3769b17f3 [patch]
tree
eab01573759ada6123a1a466f489753d629b8fc8
parent
1e558bd9e6cf040a88f478729c97c4aba9c98687
download
77627d292964ce3fd58a945357c1f7c3769b17f3.tar.gz

fix links for new assets



Diff

 _layouts/default.html | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 3aca74b..6ec0830 100644
--- a/_layouts/default.html
+++ a/_layouts/default.html
@@ -5,9 +5,10 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BLR Vote</title>
    <link rel="stylesheet" href="https://unpkg.com/papercss/dist/paper.min.css">
    <!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="preconnect" href="https://unpkg.com" crossorigin>
    <!-- TODO: Move this off GFonts -->
    <link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;700&display=swap" rel="stylesheet">
    <style type="text/css">
        .container {
@@ -124,11 +125,6 @@
            width: 90%;
            margin: 1rem;
        }

 

    </style>
    <style type="text/css">
        #map {
      height: 400px;
      width: 100%;
@@ -153,15 +149,13 @@
  <script defer data-domain="blr.vote" src="https://plausible.io/js/script.js"></script>
</head>
<body>


<div class="container">

    <header>
        <div class="navbar-container">
            <nav class="border split-nav">
                <div class="nav-brand">
                    <h3><a href="#">🇮🇳 BLR Vote</a></h3>
                    <h3><a href="/">🇮🇳 BLR Vote</a></h3>
                </div>
            </nav>
        </div>
@@ -178,7 +172,7 @@


<script src="https://unpkg.com/@turf/turf@latest"></script>
<script src="script.js"></script>
<script src="/script.js"></script>

</body>
</html>