From 35666dd988978497b174c3ad18f8a9ffbf638abc Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Wed, 22 Jun 2022 17:05:09 +0700 Subject: [PATCH] chore: _globals.sample.njk --- views/_globals.sample.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/_globals.sample.njk b/views/_globals.sample.njk index 84d766d..bb06bb8 100644 --- a/views/_globals.sample.njk +++ b/views/_globals.sample.njk @@ -28,7 +28,7 @@ {# Enabling the option below will hide FAQ categories which are irrelevant for personal installation #} {% set is_for_personal_use = true %} -{# Requires configuring your own renders in public/libs/render. Consult src/js/misc/render.js. #} +{# Requires configuring your own renders in public/render. Consult src/js/misc/render.js. #} {% set enable_home_renders = false %} {% set enable_home_renders_config = "miku" %} {% set enable_home_newsfeed = false %}