diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index d049d5b2..ae17996d 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -31,7 +31,7 @@ {{ end }} {{ with $description }} -

{{ . }}

+

{{ . }}

{{ end }} {{ if or $authors $date $keywords $time $series }} @@ -93,11 +93,11 @@ {{ end }} {{ with $alert }} - + {{ end }} {{ if $toc }} -
+
{{ $page.TableOfContents }}
diff --git a/layouts/partials/paige/site-header.html b/layouts/partials/paige/site-header.html index aeb3c785..fd5da055 100644 --- a/layouts/partials/paige/site-header.html +++ b/layouts/partials/paige/site-header.html @@ -39,16 +39,16 @@ {{ end }} {{ with $title }} -
{{ . }}
+
{{ . }}
{{ end }} {{ with $description }} -
{{ . }}
+
{{ . }}
{{ end }} {{ if $menu }} {{ with site.Menus.main }} -