Explorar o código

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

An `{{end}}` was in slightly the wrong place
Alessandro Bahgat %!s(int64=6) %!d(string=hai) anos
pai
achega
472d43ed41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 -}}