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 8eaadee..56ca457 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,6 +1,6 @@ <article class="mw7 center pv4 ph3"> <a class="db no-underline grow" href= "{{ .RelPermalink }}"> - <h3 class="f3 baskerville mt0 lh-title near-white">{{.Title }}</h3> + <h3 class="f3 baskerville mt0 lh-title near-black">{{.Title }}</h3> <div class="cf"> {{ if isset .Params "image" }} {{ $image := resources.Get .Params.image }} @@ -9,7 +9,7 @@ <img src="{{ $image.RelPermalink }}" class="db center"> </div> {{ end }} - <div class="f5 lh-copy near-white"> + <div class="f5 lh-copy near-black"> {{ .Summary }} </div> </div> |