Fix display of the nav bar, footer and single element
This commit is contained in:
parent
58b5b20ddc
commit
4f3865ca78
@ -5,11 +5,10 @@
|
|||||||
|
|
||||||
<body class="single-body">
|
<body class="single-body">
|
||||||
|
|
||||||
<main class="">
|
|
||||||
<!-- -->
|
|
||||||
{{ partial "nav-bar.html" . }}
|
{{ partial "nav-bar.html" . }}
|
||||||
|
|
||||||
<article class="content side-text-padding {{ if ne .Params.dropcap false }}dropcase{{ end }}">
|
<main class="content side-text-padding">
|
||||||
|
<article class="post {{ if ne .Params.dropcap false }}dropcase{{ end }}">
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ .Title }}</h1>
|
<h1 class="post-title">{{ .Title }}</h1>
|
||||||
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}
|
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<nav class="content card card-container side-padding">
|
<nav class="end-nav side-padding card-container card content">
|
||||||
{{ partial "openring-out.html" . }}
|
{{ partial "openring-out.html" . }}
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<nav class="content card card-container side-padding">
|
<nav class="nav-bar card-container">
|
||||||
|
|
||||||
<div class="menu-container">
|
<div class="menu-container">
|
||||||
<h1 class="nav-header">
|
<h1 class="nav-header">
|
||||||
|
Loading…
Reference in New Issue
Block a user