diff --git a/blockbase/theme.json b/blockbase/theme.json index 7ed7679a8..010c02eab 100644 --- a/blockbase/theme.json +++ b/blockbase/theme.json @@ -33,6 +33,10 @@ { "name": "footer", "area": "footer" + }, + { + "name": "post-meta-icons", + "area": "uncategorized" } ], "customTemplates": [ diff --git a/erma/templates/archive.html b/erma/templates/archive.html index d3e95daf7..b8b689e42 100644 --- a/erma/templates/archive.html +++ b/erma/templates/archive.html @@ -1,4 +1,4 @@ - +
@@ -24,4 +24,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/erma/templates/home.html b/erma/templates/home.html index 53b034c81..b7690560f 100644 --- a/erma/templates/home.html +++ b/erma/templates/home.html @@ -1,4 +1,4 @@ - +
@@ -152,4 +152,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/erma/templates/index.html b/erma/templates/index.html index 0d5712823..5108e832d 100644 --- a/erma/templates/index.html +++ b/erma/templates/index.html @@ -1,4 +1,4 @@ - +
@@ -22,4 +22,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/erma/templates/page.html b/erma/templates/page.html index 485c21fe4..00f30fd86 100644 --- a/erma/templates/page.html +++ b/erma/templates/page.html @@ -1,4 +1,4 @@ - +
@@ -14,4 +14,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/erma/templates/search.html b/erma/templates/search.html index 6124302b6..6c2acedbb 100644 --- a/erma/templates/search.html +++ b/erma/templates/search.html @@ -1,4 +1,4 @@ - +
@@ -34,4 +34,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/erma/templates/single.html b/erma/templates/single.html index 54c947a7b..ddcbf902f 100644 --- a/erma/templates/single.html +++ b/erma/templates/single.html @@ -1,4 +1,4 @@ - +
@@ -22,7 +22,7 @@
-
+
@@ -38,4 +38,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/erma/theme.json b/erma/theme.json index 401207b9c..370e8720f 100644 --- a/erma/theme.json +++ b/erma/theme.json @@ -640,6 +640,10 @@ { "area": "footer", "name": "footer" + }, + { + "area": "uncategorized", + "name": "post-meta" } ], "version": 2, diff --git a/poesis/templates/single.html b/poesis/templates/single.html index fd0cc494e..a565d0712 100644 --- a/poesis/templates/single.html +++ b/poesis/templates/single.html @@ -32,7 +32,7 @@ - + diff --git a/poesis/theme.json b/poesis/theme.json index 345736292..69c69480c 100644 --- a/poesis/theme.json +++ b/poesis/theme.json @@ -539,6 +539,10 @@ { "area": "footer", "name": "footer" + }, + { + "area": "uncategorized", + "name": "post-meta" } ], "version": 2,