24 lines
1,003 B
Diff
24 lines
1,003 B
Diff
From d32ae9c3386ad1d896d8a54271138111b579d7e7 Mon Sep 17 00:00:00 2001
|
|
From: catvayor <catvayor@katvayor.net>
|
|
Date: Thu, 12 Dec 2024 17:04:45 +0100
|
|
Subject: [PATCH 2/2] chore: remove useless dependencies
|
|
|
|
---
|
|
layouts/index.html | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/layouts/index.html b/layouts/index.html
|
|
index 63a6158..780ea78 100644
|
|
--- a/layouts/index.html
|
|
+++ b/layouts/index.html
|
|
@@ -17,7 +17,6 @@
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
|
|
|
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<link href="css/nucleus.css" rel="stylesheet">
|
|
<link href="css/style-nix.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/style-q2.css">
|
|
--
|
|
2.47.0
|
|
|