Header and next/prev page button styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user