This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new bbbf8dbf Fix typo (duplicate path element) in layout
bbbf8dbf is described below
commit bbbf8dbf3faca5470fad29ce86e99329cc8ffde1
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed May 1 18:03:09 2024 -0400
Fix typo (duplicate path element) in layout
---
_layouts/default.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index 1912f40c..4b3b1f88 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -22,7 +22,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl
}}/css/bootstrap/5.3.1/dist/css/bootstrap.min.css">
-<link rel="stylesheet" type="text/css" href="{{ site.baseurl
}}/css/fontawesome/fontawesome/fontawesome-free-6.4.2-web/css/all.min.css">
+<link rel="stylesheet" type="text/css" href="{{ site.baseurl
}}/css/fontawesome/fontawesome-free-6.4.2-web/css/all.min.css">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl
}}/css/datatables/bs5/dt-1.13.6/datatables.min.css">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl
}}/css/accumulo.css">