Selaa lähdekoodia

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

An `{{end}}` was in slightly the wrong place
Alessandro Bahgat 6 vuotta sitten
vanhempi
commit
472d43ed41
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 -}}