From b193582c8aef0d2dd798dd1de4d6efc8a5fc4458 Mon Sep 17 00:00:00 2001 From: crunk Date: Sun, 27 Mar 2022 18:09:42 +0200 Subject: [PATCH] help page type and tag fix --- verse/templates/help.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/verse/templates/help.html b/verse/templates/help.html index d0c0450..61db4e3 100644 --- a/verse/templates/help.html +++ b/verse/templates/help.html @@ -104,13 +104,12 @@ This is handy for styling your files with css (See 5.)


5. Use Css to style your page

Distribusi offers almost full support for styling your page with CSS. -Because all content is auto generated your Distribusi Css will be places in a +Because all content is auto generated your CSS will be placed in a style tag in the head of each HTML file.

Distrbusi-verse allows its users to skip this step by just selecting a basic theme or by selecting one of the themes other users have made public.

Alternatively a user can opt to make their own custom theme, either in a simple online editor or by uploading their own Css file.

-


{% endblock %}