diff --git a/_layouts/post.html b/_layouts/post.html
index 5158fc45..822de07e 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,15 +15,15 @@
{{ page.title }}
{% endif %}
- {% if post.notes %}
- Post to write: {{ post.notes }}
+ {% if post.video %}
+ Lead team: {{ post.video }}
{% endif %}
-
- {% if post.video %}
- Lead to Read: {{ post.video }}
+ {% if post.notes %}
+ Blog team: {{ post.notes }}
{% endif %}
+