commit 7dcc1c45bacc46bda5e90d7d6016d365a73454fd parent 15fe72ff1a242f96db813e527e7fec0138c5c1c0 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Mon, 28 May 2018 09:43:48 -0500 Add missing </ul> tag. Diffstat:
M | layouts/_default/home.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/layouts/_default/home.html b/layouts/_default/home.html @@ -9,5 +9,6 @@ {{ range (first 5 (where .Data.Pages "Section" "!=" "") ) }} <li><span class="date">{{ .Date.Format "2006-01-02" }}</span> <a href="{{ .URL }}">{{ .Title }}</a></li> {{ end }} +</ul> {{ partial "footer.html" . }}