The
"Head" tag has two child tags:
"stylesheet" and
"script". They're used for declaring stylesheet and javascript which you want to add into your template besides available others in
Yt Framework.Example:
- "stylesheet" tag: file .css(style1.css) in the path : root_site/templates/your_template/css/
- "script" tag: file .js(script1.js) in the path: root_site/templates/your_template/js/
The
"Head" tag has two child tags:
"stylesheet" and
"script". They're used for declaring stylesheet and javascript which you want to add into your template besides available others in
Yt Framework.Example:
- "stylesheet" tag: file .css(style1.css) in the path : root_site/templates/your_template/css/
- "script" tag: file .js(script1.js) in the path: root_site/templates/your_template/js/