diff options
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r-- | layouts/partials/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
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" }} |