Version stylesheet for Blog layout

This commit is contained in:
Labyricorn Deployment
2026-08-11 20:24:05 -07:00
parent 6c7836a5fb
commit 089589f8c4
+1 -2
View File
@@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500&family=Playfair+Display:ital,wght@0,600;0,700;1,500;1,600&display=swap" rel="stylesheet">
<link rel="icon" href="{{ '/static/favicon.svg'|url }}" type="image/svg+xml">
<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
<link rel="stylesheet" href="{{ '/static/style.css'|url }}?v=2">
</head>
<body>
<header class="site-header">
@@ -50,4 +50,3 @@
</footer>
</body>
</html>