fix links for new assets
Diff
_layouts/default.html | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
@@ -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 rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://unpkg.com" crossorigin>
<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>