From 80f2e66e8936d1d7f9f2b7931f29ca6ab34bf0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Korb?= Date: Tue, 22 Nov 2022 11:15:42 +0100 Subject: [PATCH] Fix history stats (missing endraw) (#25023) --- source/_integrations/history_stats.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index 83a8cdf604d..ed398a281c5 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -190,6 +190,8 @@ Here, last Monday is _today_ as a timestamp, minus 86400 times the current weekd end: "{{ now() }}" ``` +{% endraw %} + **Previous month**: starts the first day of the previous month at 00:00, ends the first day of the current month. {% raw %}