about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f0c2207..58474b8 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -33,6 +33,7 @@ layout: default
       {%- endif -%}</p>
   </header>
 
+  {% if postsTrans.size != 1 %}
   {{ page.available }}:
   <div class="lang">
     <ul>
@@ -50,6 +51,9 @@ layout: default
   </div>
 
   <hr>
+
+  {% endif %}
+
   <div class="post-content e-content" itemprop="articleBody">
     {{ content }}
   </div>