Forráskód Böngészése

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

An `{{end}}` was in slightly the wrong place
Alessandro Bahgat 6 éve
szülő
commit
472d43ed41
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 -}}