From 55ac429916e80ce132c5f5c152dad6257cba3910 Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Mon, 29 Apr 2024 10:00:36 -0400 Subject: [PATCH] Automatic descriptions --- _includes/site_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/site_index.html b/_includes/site_index.html index 4647a2e..16ecf00 100644 --- a/_includes/site_index.html +++ b/_includes/site_index.html @@ -19,7 +19,7 @@

{{section_name}}

{% if page_blacklist contains page.name -%} {% else -%} {% if hide_description == nil And page.description != nil -%} - {% assign page_description = ' - ' | append page.description}} -%} + {% assign page_description = ' - ' | append: page.description}} -%} {% else -%} {% assign page_description = '' -%} {% endif -%}