From 91984fee724e6b88557cff364a2a0a31bd2dd10e Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 11 Apr 2017 12:53:11 +0000
Subject: [PATCH] tweak layouts
---
layouts/section/article.html | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/layouts/section/article.html b/layouts/section/article.html
index 6d6b5ed..3fd9a08 100644
--- a/layouts/section/article.html
+++ b/layouts/section/article.html
@@ -1,13 +1,10 @@
{{ define "main" }}
{{ $section := where .Data.Pages "Section" .Section }}
- <article class="cf pa3 pa4-m pa4-l nested-copy-line-height nested-img">
- <h1>
- {{ .Title }}
- </h1>
+ <article class="pa3 pa4-ns nested-copy-line-height nested-img">
<div class="{{ .Site.Params.copyClass }}">
{{ .Content }}
</div>
- <section class="flex-ns flex-wrap justify-between w-100 mt5 v-top">
+ <section class="flex-ns flex-wrap justify-around mt5">
{{ range sort $section "Date" "desc" }}
{{ .Render "summary" }}
{{ end }}
--
Gitblit v1.10.0