From 3b30dfbac339546d9ae6cd185217699f2044b360 Mon Sep 17 00:00:00 2001
From: Tanner Smith <tannersmithtn95@gmail.com>
Date: Thu, 23 Dec 2021 20:01:14 +0000
Subject: [PATCH] Add option to change content font color (#286)
---
layouts/post/summary.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/post/summary.html b/layouts/post/summary.html
index 5856b4a..aa92cc7 100644
--- a/layouts/post/summary.html
+++ b/layouts/post/summary.html
@@ -1,4 +1,4 @@
- <div class="mb3 pa4 mid-gray overflow-hidden">
+ <div class="mb3 pa4 {{ $.Param "text_color" | default "mid-gray" }} overflow-hidden">
{{ if .Date }}
<div class="f6">
{{ .Date.Format (default "January 2, 2006" .Site.Params.date_format) }}
--
Gitblit v1.10.0