diff --git a/content/community.md b/content/community.md
index 27d9a7b..635298e 100644
--- a/content/community.md
+++ b/content/community.md
@@ -1,6 +1,8 @@
+++
title = 'Community'
date = 2024-04-19T06:36:53+07:00
+author = 'TechNewVideo'
+discord = '@technewvideo'
+++
*If you're new to here, welcome! 👋*
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4ebae51..840d083 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,128 +1,117 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ block "title" . }}{{ $title := site.Title }}{{ if not .IsHome }}{{ $title = printf "%s - %s" .Title site.Title }}{{ end }}{{ $title }}{{ end }}
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+ {{ block "title" . }}{{ $title := site.Title }}{{ if not .IsHome }}{{ $title = printf "%s - %s" .Title site.Title }}{{ end }}{{ $title }}{{ end }}
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
- {{ block "main" . }}
- {{ end }}
-
+
+ {{ block "main" . }}
+ {{ end }}
+
-
-
+ function Hide() {
+ navList.classList.remove("_Menus-show");
+ }
+
+
-
-
+
+