From 33594c0d1307e1aad56823a7ac5ba6bb18a5d294 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 3 Feb 2018 21:41:44 +0800 Subject: feat: support custom css and js (#29) --- layouts/partials/head.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fb4dad6..fb8c284 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -68,6 +68,11 @@ {{ if .Site.Params.fancybox }}{{ end }} {{- end }} + +{{ range .Site.Params.customCSS }} + +{{ end }} + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/google_news.html" . -}} -- cgit v1.2.3