From a2f3fc2e5c6db0e07f25c4635f543974ff079910 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Mar 2024 13:11:28 +0300 Subject: [PATCH] Move content class decl to artivle.vto --- site/_includes/article.vto | 2 +- site/_includes/text.vto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_includes/article.vto b/site/_includes/article.vto index 4b0a1d0..2b60c33 100644 --- a/site/_includes/article.vto +++ b/site/_includes/article.vto @@ -2,7 +2,7 @@ layout: text.vto --- -{{ content }} +
{{ content }}
{{ if tags.length !== 0 }}

Tags: {{ tags.join(", ") }}

diff --git a/site/_includes/text.vto b/site/_includes/text.vto index c902bb3..2794d9c 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -119,7 +119,7 @@ layout: base.vto -
{{ content }}
+ {{ content }}