From 0f3a900e216f0c86690661b00621ee9c68364475 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 9 Oct 2022 13:00:54 -0700 Subject: [PATCH] use the row view --- config.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index bf3b77f..d951b24 100644 --- a/config.yaml +++ b/config.yaml @@ -13,4 +13,11 @@ preserveTaxonomyNames: true sitemap: changefreq: monthly filename: sitemap.xml - priority: 0.5 \ No newline at end of file + priority: 0.5 + +params: + # This tells hugp-bulma-cookbook theme to use the list display view + UseListRows: true + + # Enable this line to use the card view + #UseCardView: true \ No newline at end of file