From 8d727fa7e5a2be1a012252a1ce73afc0965ec225 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Tue, 12 Oct 2021 15:16:13 -0500 Subject: [PATCH] add some links to the new navbar, add meta tags to the head partial and center things in the footer --- layouts/partials/footer.html | 5 ++--- layouts/partials/head.html | 4 +++- layouts/partials/nav.html | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 12b0dc0..e971651 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,8 @@
\ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2898691..894c49e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,11 +2,13 @@ + + - {{ .Site.Title }} + {{ .Params.title }} \ No newline at end of file diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index dda71ad..d235421 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,3 +1,5 @@