Open hdevilbiss opened 3 years ago
Add document type to the base template.
<!DOCTYPE html>
_default/baseof.html
Allow for site-specific stylesheets to be more easily added.
<head>
partial/head/head.html
partials/head/extra_styles.html
extra_styles.html
This is just my ideal implementation.
Suggested Changes
Add document type to the base template.
<!DOCTYPE html>
to_default/baseof.html
.Allow for site-specific stylesheets to be more easily added.
<head>
frompartial/head/head.html
to_default/baseof.html
.partials/head/extra_styles.html
.extra_styles.html
.This is just my ideal implementation.
Why make the changes?