diff --git a/Web/Presenters/templates/Wall/Post.xml b/Web/Presenters/templates/Wall/Post.xml
index ed2b5559..4c8bb57d 100644
--- a/Web/Presenters/templates/Wall/Post.xml
+++ b/Web/Presenters/templates/Wall/Post.xml
@@ -1,16 +1,21 @@
{extends "../@layout.xml"}
{block title}{_"post"}{/block}
+{block headIncludes}
+ {var $description = iconv_substr(strip_tags($post->getText()), 0, 96)}
+
+{/block}
+
{block header}
-
- {$wallOwner->getCanonicalName()}
-
- »
-
- {_wall}
-
- »
- {_"post"}
+
+ {$wallOwner->getCanonicalName()}
+
+ »
+
+ {_wall}
+
+ »
+ {_"post"}
{/block}
{block content}