diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php
index 4d28057..2ac2259 100644
--- a/themes/blog/layout.html.php
+++ b/themes/blog/layout.html.php
@@ -79,6 +79,8 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/blog/theme.json b/themes/blog/theme.json
index 408718e..4ccdedb 100644
--- a/themes/blog/theme.json
+++ b/themes/blog/theme.json
@@ -3,5 +3,35 @@
"version": "",
"author": "Xiaoying Riley",
"homepage": "https://3rdwavemedia.com",
- "description": "Blog theme ported to HTMLy."
+ "description": "Blog theme ported to HTMLy.",
+ "settings": [
+ {
+ "type": "checkbox",
+ "name": "recent_posts",
+ "label": "Recent Posts",
+ "value": "",
+ "info": "Enable Recent Posts widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "archive",
+ "label": "Archive",
+ "value": "",
+ "info": "Enable Archive widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "category_list",
+ "label": "Category List",
+ "value": "",
+ "info": "Enable Category List widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "tagcloud",
+ "label": "TagCloud",
+ "value": "",
+ "info": "Enable TagCloud widget"
+ }
+ ]
}
\ No newline at end of file
diff --git a/themes/clean/layout.html.php b/themes/clean/layout.html.php
index d72f659..d396f17 100644
--- a/themes/clean/layout.html.php
+++ b/themes/clean/layout.html.php
@@ -25,15 +25,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/clean/theme.json b/themes/clean/theme.json
index 38a7c49..9dea778 100644
--- a/themes/clean/theme.json
+++ b/themes/clean/theme.json
@@ -3,5 +3,35 @@
"version": "",
"author": "",
"homepage": "https://www.htmly.com",
- "description": "Clean HTMLy theme."
+ "description": "Clean HTMLy theme.",
+ "settings": [
+ {
+ "type": "checkbox",
+ "name": "recent_posts",
+ "label": "Recent Posts",
+ "value": "",
+ "info": "Enable Recent Posts widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "archive",
+ "label": "Archive",
+ "value": "",
+ "info": "Enable Archive widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "category_list",
+ "label": "Category List",
+ "value": "",
+ "info": "Enable Category List widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "tagcloud",
+ "label": "TagCloud",
+ "value": "",
+ "info": "Enable TagCloud widget"
+ }
+ ]
}
\ No newline at end of file
diff --git a/themes/logs/layout.html.php b/themes/logs/layout.html.php
index b430e13..5599871 100644
--- a/themes/logs/layout.html.php
+++ b/themes/logs/layout.html.php
@@ -47,20 +47,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/logs/theme.json b/themes/logs/theme.json
index fdafbdd..8b1c38e 100644
--- a/themes/logs/theme.json
+++ b/themes/logs/theme.json
@@ -3,5 +3,35 @@
"version": "",
"author": "",
"homepage": "https://www.htmly.com",
- "description": "Logs HTMLy theme."
+ "description": "Logs HTMLy theme.",
+ "settings": [
+ {
+ "type": "checkbox",
+ "name": "recent_posts",
+ "label": "Recent Posts",
+ "value": "",
+ "info": "Enable Recent Posts widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "archive",
+ "label": "Archive",
+ "value": "",
+ "info": "Enable Archive widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "category_list",
+ "label": "Category List",
+ "value": "",
+ "info": "Enable Category List widget"
+ },
+ {
+ "type": "checkbox",
+ "name": "tagcloud",
+ "label": "TagCloud",
+ "value": "",
+ "info": "Enable TagCloud widget"
+ }
+ ]
}
\ No newline at end of file
diff --git a/themes/tailwind/post.html.php b/themes/tailwind/post.html.php
index be4220b..5f55872 100644
--- a/themes/tailwind/post.html.php
+++ b/themes/tailwind/post.html.php
@@ -82,12 +82,16 @@