diff --git a/static/favicon.ico b/assets/favicon.ico similarity index 100% rename from static/favicon.ico rename to assets/favicon.ico diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dc0fd51..73b3a70 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -21,7 +21,9 @@ {{ with resources.Get "style.css" }} {{ end }} - + {{ with resources.Get "favicon.ico" }} + + {{ end }}