diff --git a/_includes/post.html b/_includes/post.html
index 7bcdc94..e3f847c 100644
--- a/_includes/post.html
+++ b/_includes/post.html
@@ -7,6 +7,9 @@
{% if include.isStaticPost == false %}
+
+ {% assign postUrl = site.url | append: site.baseurl | append: page.url %}
+