瀏覽代碼

fix: HTML of author page when no authored content (#1225)

An `{{end}}` was in slightly the wrong place
Alessandro Bahgat 6 年之前
父節點
當前提交
472d43ed41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/authors/list.html

+ 1 - 1
layouts/authors/list.html

@@ -33,8 +33,8 @@
         {{ end }}
       </ul>
     </div>
+    {{ end }}
   </div>
-  {{ end }}
 </section>
 
 {{- end -}}