diff --git a/_includes/modals.html b/_includes/modals.html
index 7002f6dcf..f2de4b93b 100644
--- a/_includes/modals.html
+++ b/_includes/modals.html
@@ -17,21 +17,22 @@
{{ post.title }}
{% if post.img %}
{% endif %}
- {{ post.description }}
+ {{ post.text }}
+ {{ post.content }}
diff --git a/_includes/portfolio_grid.html b/_includes/portfolio_grid.html
index 176c4819a..fef62c3f4 100644
--- a/_includes/portfolio_grid.html
+++ b/_includes/portfolio_grid.html
@@ -21,8 +21,8 @@ {{site.data[site.language].eventsSubhe
{% if postyear > nowyear or postday >= nowday and postyear >= nowyear %}
{% assign isEvent = 1 %}
- {{ post.title }}, {{ post.location }}, {{ post.date | date: "%-d %B %Y"}}, {{post.startTime | date:"%r"}}
-
+ {{ post.title }}, {{ post.location }}, {{ post.date | date: "%-d %B %Y"}}, {{post.startTime | date:"%r"}}
+ {{ post.text }}
{% endif %}
{% endfor %}
@@ -59,7 +59,7 @@ {{site.data[site.language].eventsSubhe
{% assign nowday = nowday | minus: 2 %}
{% if postyear < nowyear or postday < nowday and postyear == nowyear %}
- {{ post.title }}, {{ post.location }}, {{ post.date | date: "%-d %B %Y"}}, {{post.startTime | date:"%r"}}
+ {{ post.title }}, {{ post.location }}, {{ post.date | date: "%-d %B %Y"}}, {{post.startTime | date:"%r"}}
{{ post.text }}
{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index d16cc334e..ea0e84b73 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,6 +12,7 @@
{% include contact.html %}
{% include team.html %}
{% include footer.html %}
+ {% include modals.html %}
{% include js.html %}