From 30631594646891d235e668fe33d52928bd50c3e5 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Tue, 4 Apr 2023 04:11:08 +0200 Subject: [PATCH] Improve HTML standard support --- _config.yml | 2 +- _includes/blocks/table.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 3d656bb..4dea075 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,6 @@ exclude: - Gemfile.lock - node_modules/ - workspace.code-workspace - - redirects.json # Include Files include: @@ -95,6 +94,7 @@ defaults: layout: "default" author: "Michael Fabian 'Xaymar' Dirks " page_excerpt: true + excerpt_separator: comments: true - scope: diff --git a/_includes/blocks/table.liquid b/_includes/blocks/table.liquid index 6a6ac6a..13839e2 100644 --- a/_includes/blocks/table.liquid +++ b/_includes/blocks/table.liquid @@ -1 +1 @@ -
{{ include.content }}
{% if include.caption %}
{{ include.caption }}
{% endif %}
+
{{ include.content }}
{% if include.caption %}
{{ include.caption }}
{% endif %}