category menu

This commit is contained in:
Joseph Hutchinson
2018-04-27 16:13:14 -04:00
parent dbb82f6904
commit a37f605d31
8 changed files with 116 additions and 30 deletions

View File

@@ -2,10 +2,11 @@
<html lang="{{ .Site.LanguageCode }}" dir="ltr">
{{ partial "head.html" . }}
<body class="list-body">
{{ partial "nav-bar.html" . }}
<main class="card-container side-gutter">
<header class="list-header">
<p class="list-header-subtext">Code It, Break It, Quick, Rewrite It</p>
<h1 class="list-header-title">Technologic</h1>
<p class="list-header-subtext">{{ .Description }}</p>
<h1 class="list-header-title">{{ .Title }}</h1>
</header>
{{ range .Paginator.Pages }}
{{ .Render "li" }}