diff --git a/README.md b/README.md index a2f92bc..5d0ae7e 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ Quick start hugo server ```` * Create new blank post. + ``` hugo new posts/newblogpost.md ```` * Run **`` hugo ``** command for updating *public* folder, *public* folder is your static site. + ``` hugo ```` diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..3669333 Binary files /dev/null and b/static/favicon.ico differ diff --git a/themes/Lanyon/layouts/index.html b/themes/Lanyon/layouts/index.html index 0ea1020..95de022 100644 --- a/themes/Lanyon/layouts/index.html +++ b/themes/Lanyon/layouts/index.html @@ -13,6 +13,7 @@ {{ .Site.Title }} + {{ partial "head_includes.html" . }}