瀏覽代碼

Add empty posts message

master
Dylan Baker 3 年之前
父節點
當前提交
b6d4c987a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      templates/index.html

+ 1
- 1
templates/index.html 查看文件

@@ -4,6 +4,6 @@
4 4
 
5 5
 <div class="posts">
6 6
   {% for post in posts %} {{ components::post(post=post, type="index") }} {%
7
-  endfor %}
7
+  else %} No posts yet {% endfor %}
8 8
 </div>
9 9
 {% endblock %}

Loading…
取消
儲存