Просмотр исходного кода

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

An `{{end}}` was in slightly the wrong place
Alessandro Bahgat 6 лет назад
Родитель
Сommit
472d43ed41
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      layouts/authors/list.html

+ 1 - 1
layouts/authors/list.html

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