Header and next/prev page button styling

This commit is contained in:
Joseph Hutchinson
2018-04-18 14:09:59 -04:00
parent edf4f8d26b
commit ac82f8f497
2 changed files with 49 additions and 31 deletions

View File

@@ -2,20 +2,17 @@
<html lang="{{ .Site.LanguageCode }}" dir="ltr">
{{ partial "head.html" . }}
<body class="list-body">
{{ partial "nav-bar.html" . }}
<main class="card-columns side-gutter">
<header class="list-header">
<h1 class="list-header-title">Sensors + Smarts</h1>
<h2 class="list-header-subtext">There is so much actionable data that goes to waste. Let's put your data to work.</h2>
<h2 class="list-header-subtext">Code It, Break It, Quick, Rewrite It</h2>
<h1 class="list-header-title">Technologic</h1>
</header>
{{ range .Paginator.Pages }}
{{ .Render "li" }}
{{ .Render "li" }}
{{ end }}
</main>
<div class="pagination-nav side-gutter">
{{ if .Paginator.HasPrev }}
<a href="#" class="pagination-prev button">Newer Posts</a>
{{ end }}
<p class="pagination-pagenum muted-text">Page {{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }}</p>
<a href="#" class="pagination-next button">Older Posts</a>
</div>