diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8d72e1a..73e8192 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,7 +10,7 @@ $faviconSizes := .Param "faviconSizes" }}{{
range $i := $faviconSizes }}{{
$resource := resources.GetMatch ($favicon) }}{{
$image := $resource.Resize (printf "%dx%d CatmullRom" $i $i) }}
- {{
+ {{
end }}