Compare commits

..

No commits in common. "854327d111f3a6b98eff953bda90d6b6e7f86e73" and "0cc8958173f5a3a92fdcfeaaf38c4e82eef7000c" have entirely different histories.

4 changed files with 8 additions and 9 deletions

View File

@ -230,7 +230,7 @@ p {
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
border-style: none; border-style: none;
margin-bottom: 1em; margin: 1em;
} }
/* .blog-card-feed { /* .blog-card-feed {

View File

@ -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 }}
@ -31,7 +30,7 @@
{{ .Content }} {{ .Content }}
</article> </article>
</main> </main>
<nav class="end-nav card"> <nav class="end-nav side-padding card-container card content">
{{ with .PrevInSection }} {{ with .PrevInSection }}
{{ .Render "li-next" }} {{ .Render "li-next" }}
{{ end }} {{ end }}

View File

@ -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>

View File

@ -1,6 +1,6 @@
<nav class="content card card-container side-padding"> <nav class="nav-bar card-container">
<div> <div class="card blog-card menu-container">
<h1 class="nav-header"> <h1 class="nav-header">
<a href="{{ .Site.BaseURL }}" class="nav-text"> <a href="{{ .Site.BaseURL }}" class="nav-text">
{{- if isset $.Site.Params "brand"}} {{- if isset $.Site.Params "brand"}}