diff --git a/views/cin.tmpl b/views/cin.tmpl index 2d7f1d51..6d9b785a 100644 --- a/views/cin.tmpl +++ b/views/cin.tmpl @@ -1,7 +1,10 @@ {{define "title"}}{{.PageContext.ShortName}} | Candidate Interview Night{{end}} -{{define "content"}} +{{define "head"}} +{{end}} + +{{define "content"}}
diff --git a/views/contact.tmpl b/views/contact.tmpl index d7e63264..08f20513 100644 --- a/views/contact.tmpl +++ b/views/contact.tmpl @@ -10,6 +10,8 @@ +{{end}} +{{define "head"}} diff --git a/views/partials/base.tmpl b/views/partials/base.tmpl index be8dbd58..2a8f2195 100644 --- a/views/partials/base.tmpl +++ b/views/partials/base.tmpl @@ -14,7 +14,7 @@ {{block "title" .}}{{.PageContext.LongName}}{{end}} - + {{block "open-graph" .}} @@ -27,6 +27,9 @@ {{end}} + {{block "head" .}} + {{end}} + diff --git a/views/podcast_player.tmpl b/views/podcast_player.tmpl index 417dbce9..6896306d 100644 --- a/views/podcast_player.tmpl +++ b/views/podcast_player.tmpl @@ -19,6 +19,11 @@ {{end}} +{{define "head"}} + + +{{end}} + {{define "content"}} {{with .PageData}} @@ -87,7 +92,5 @@ }); - - {{end}} {{end}} diff --git a/views/show.tmpl b/views/show.tmpl index 83c1f266..a05d9f20 100644 --- a/views/show.tmpl +++ b/views/show.tmpl @@ -15,6 +15,9 @@ {{end}} +{{define "head"}} + +{{end}} {{define "content"}}
@@ -241,7 +244,6 @@ {{end}} {{end}} {{define "footer-scripts"}} -