From c850d4f9f847ce7523bd15cfd686aa7136f6389b Mon Sep 17 00:00:00 2001 From: alea12 Date: Wed, 27 Sep 2017 00:55:13 +0900 Subject: [PATCH] indent fix (#45) --- layouts/_default/baseof.html | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dec8332..1a59233 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,36 +3,36 @@ - {{/* NOTE: the Site's title, and if there is a page title, that is set too */}} + {{/* NOTE: the Site's title, and if there is a page title, that is set too */}} {{ block "title" . }}{{ .Site.Title }} {{ with .Title }} | {{ . }}{{ end }}{{ end }} - {{ .Hugo.Generator }} - {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} - {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} - - {{ else }} - - {{ end }} + {{ .Hugo.Generator }} + {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} + {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} + + {{ else }} + + {{ end }} - + - {{ if .RSSLink }} + {{ if .RSSLink }} - {{ end }} + {{ 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" . -}} - {{- template "_internal/schema.html" . -}} - {{- template "_internal/twitter_cards.html" . -}} + {{/* 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" . -}} + {{- template "_internal/schema.html" . -}} + {{- template "_internal/twitter_cards.html" . -}} - {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} - {{ template "_internal/google_analytics_async.html" . }} - {{ end }} + {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} + {{ template "_internal/google_analytics_async.html" . }} + {{ end }}