diff --git a/out/DIRECTORY_LISTING b/out/DIRECTORY_LISTING
index d9f0189..fda7084 100644
--- a/out/DIRECTORY_LISTING
+++ b/out/DIRECTORY_LISTING
@@ -18,12 +18,12 @@
-
articles 2022-05-04T18:44:57.634585Z gitpod 116
-
-
-
reset.css 2022-05-04T18:44:57.618585Z gitpod 1093
-
sig.css 2022-05-04T18:44:57.626585Z gitpod 3652
-
+
Directory Listing for /
📁articles 2022-05-04T19:35:50.868925Z gitpod 116
+
+
+
🗎reset.css 2022-05-04T19:35:50.840925Z gitpod 1093
+
🗎sig.css 2022-05-04T19:35:50.852925Z gitpod 4314
+
-
-
-
+
Directory Listing for /articles/
+
+
-
-
-
+
Directory Listing for /articles/test articles/
+
+
")
+ .append("
")
+ .append((Files.isDirectory(f)?"📁":"🗎"))
+ .append("")
.append("
")
.append(f.getFileName())
.append("\t")
diff --git a/sitefiles/sig.css b/sitefiles/sig.css
index 7e12255..3d3b83c 100644
--- a/sitefiles/sig.css
+++ b/sitefiles/sig.css
@@ -1,3 +1,33 @@
+
+
+a:link{
+ color:#D7F;
+ font-size:0.8em;
+}
+a:visited{
+ color:#D7F;
+ font-size:0.8em;
+}
+a:hover{
+ color:white;
+ font-size:0.8em;
+}
+
+ a.nounderline:link{
+ text-decoration:none;
+ }
+
+ a.nounderline:visited{
+ text-decoration:none;
+ }
+ a.nounderline:hover{
+ text-decoration:none;
+ }
+
+h2{
+ font-size:3em;
+}
+
.generateTime{
font-size:10px;
color:blue;
@@ -130,4 +160,20 @@ body{
.contentBody .filelisting{
padding:12px 4px 2px 4px;
font-size:1.75em;
+ }
+
+ .contentBody .folderlisting{
+ padding:12px 4px 2px 4px;
+ font-size:1.75em;
+ }
+
+ .contentBody .icon:link{
+ text-decoration:none;
+ }
+
+ .contentBody .icon:visited{
+ text-decoration:none;
+ }
+ .contentBody .icon:hover{
+ text-decoration:none;
}
\ No newline at end of file