diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1b5d721..dc5e33b 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,7 +16,8 @@ {{ end }} {{ partial "site-style.html" . }} - + {{ partial "site-scripts.html" . }} + {{ block "favicon" . }} {{ partialCached "site-favicon.html" . }} {{ end }} diff --git a/layouts/partials/site-scripts.html b/layouts/partials/site-scripts.html new file mode 100644 index 0000000..d00c0e6 --- /dev/null +++ b/layouts/partials/site-scripts.html @@ -0,0 +1 @@ +{{/* For Users's overwrite */}} \ No newline at end of file