diff --git a/_config-prod.yml b/_config-prod.yml
index 7d13ad5..be4c6c1 100644
--- a/_config-prod.yml
+++ b/_config-prod.yml
@@ -3,6 +3,9 @@ id: 'blog'
url: "https://blog.kottedi.in"
+show_drafts: false
+future: false
+
# Custom configuration
custom-config:
blog-services:
diff --git a/_config-uat.yml b/_config-uat.yml
index c4415d7..c86625e 100644
--- a/_config-uat.yml
+++ b/_config-uat.yml
@@ -3,6 +3,9 @@ id: 'blog-uat'
url: "https://blog-uat.kottedi.in"
+show_drafts: true
+future: true
+
# Custom configuration
custom-config:
blog-services:
diff --git a/_config.yml b/_config.yml
index 8bbe716..193e88c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -198,8 +198,8 @@ jekyll-archives:
tag: /tags/:name/
category: /categories/:name/
-show_drafts: false
-future: false
+show_drafts: true
+future: true
# Custom configuration
diff --git a/_includes/loader.html b/_includes/loader.html
new file mode 100644
index 0000000..cde5386
--- /dev/null
+++ b/_includes/loader.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_includes/post-counter.html b/_includes/post-counter.html
index 093be3e..37335d7 100644
--- a/_includes/post-counter.html
+++ b/_includes/post-counter.html
@@ -1,10 +1,12 @@
+{% include loader.html id="postcountloader" %}