diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html
index 13204600df7f6771eaa5a6a0da4f2dfdd43a07c7..74d43021e42478bee283ab466fda28d3d9875d91 100644
--- a/_layouts/frontpage.html
+++ b/_layouts/frontpage.html
@@ -25,7 +25,7 @@
                 </h1>
                 <div class="flex-cards">
                     {%- assign posts = site.posts | where:"lang", site.default.lang -%}
-                    {%- for post in posts limit:5 -%}
+                    {%- for post in posts limit:3 -%}
                     {%-   assign post_translated = site.categories[page.lang] | where_exp: "item", "post.lang_ref == item.lang_ref" | first -%}
                     {%-   if forloop.index < 4 -%}
                     {%-     assign class="" -%}
@@ -101,9 +101,9 @@
 
                         <div class="info-box">
                             <a href="{% link mission/documentation.md %}" class="btn btn-outline-primary">
-                                <h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; Documentation</h3>
+                                <h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Documentation</h3>
                             </a>
-                            <p>See here for HIFIS Documentation and Policies.
+                            <p>See here for HIFIS Technical and Administrative Documentation, as well as Policies.
                             </p>
                         </div>