diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/open_section.html | 8 | ||||
-rw-r--r-- | layouts/partials/post.html | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/layouts/partials/open_section.html b/layouts/partials/open_section.html index 805d802..cf59ee8 100644 --- a/layouts/partials/open_section.html +++ b/layouts/partials/open_section.html @@ -1,7 +1,5 @@ -<div class="mw7 center pa2"> - <h2 class="baskerville f2 lh-title">{{ .Title }}</h2> +<h2 class="baskerville f2 lh-title">{{ .Title }}</h2> - <div class="main-content lh-copy"> - {{ .Content }} - </div> +<div class="main-content lh-copy"> + {{ .Content }} </div> diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 99aa825..19352e6 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,5 +1,5 @@ -<article class="mw7 center pv4 ph3"> -<a class="db no-underline grow" href= "{{ .RelPermalink }}"> +<article class="pv4 bt bb b--black-10"> +<a class="db no-underline dim" href= "{{ .RelPermalink }}"> <h3 class="f3 baskerville mt0 lh-title near-black">{{.Title }}</h3> <div class="cf"> {{ if isset .Params "image" }} |