changed html in index templates: [include "index_head_functions_add.html"] -> [include "index_head_adder.html"]

This commit is contained in:
Tomasz Sowa 2021-02-16 20:10:29 +01:00
parent 3fd2ef1da4
commit be83d62f96
3 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<html lang="{winix_html_lang_attr}"> <html lang="{winix_html_lang_attr}">
<head> <head>
[include "index_head_functions_add.html"] [include "index_head_adder.html"]
<title>[doc_title]</title> <title>[doc_title]</title>
</head> </head>

View File

@ -4,7 +4,7 @@
<html lang="{winix_html_lang_attr}"> <html lang="{winix_html_lang_attr}">
<head> <head>
[include "index_head_functions_add.html"] [include "index_head_adder.html"]
<title>[doc_title]</title> <title>[doc_title]</title>
</head> </head>

View File

@ -1,6 +1,3 @@
[# rename me to index_head_adder.html]
[def winix_has_uikit "true"] [def winix_has_uikit "true"]
[def winix_has_jquery "false"] [def winix_has_jquery "false"]