From 5248a576a106552a71e720314299e7269d8f5bb5 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 17 Jan 2017 17:16:36 +0200 Subject: Updates head partial and adds favicons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames “header” to “head”. --- site/layouts/partials/head.html | 31 +++++++++++++++++++++++++++++++ site/layouts/partials/header.html | 14 -------------- 2 files changed, 31 insertions(+), 14 deletions(-) create mode 100644 site/layouts/partials/head.html delete mode 100644 site/layouts/partials/header.html (limited to 'site/layouts/partials') diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html new file mode 100644 index 0000000..6c5c593 --- /dev/null +++ b/site/layouts/partials/head.html @@ -0,0 +1,31 @@ + + + + + + {{.Title}} | Kaldi + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html deleted file mode 100644 index bb80d33..0000000 --- a/site/layouts/partials/header.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - {{.Title}} | Kaldi - - - - - - - - - - -- cgit v1.3