diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index f9dfc7c..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,55 +0,0 @@ -{%- comment -%} - Include as: {%- include head.html -%} - Depends on: site.ga_tracking, site.ga_tracking_anonymize_ip, - site.search_enabled, site.static_files, site.favicon_ico. - Results in: HTML for the head element. - Includes: - css/activation.scss.liquid, head_custom.html. - Overwrites: - ga_tracking_ids, ga_property, file, favicon. - Should not be cached, because included files depend on page. -{%- endcomment -%} - -
- - - - - - - - - - - - {% if site.ga_tracking != nil %} - {% assign ga_tracking_ids = site.ga_tracking | split: "," %} - - - {% endif %} - - {% if site.search_enabled != false %} - - {% endif %} - - - - - - {% include_cached favicon.html %} - - {% seo %} - - {% include head_custom.html %} - - diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 944dec3..dfa43e6 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -1 +1,3 @@ + + diff --git a/notes/unit1_code_quality/principles.md b/notes/unit1_code_quality/principles.md index 56069e1..61584af 100644 --- a/notes/unit1_code_quality/principles.md +++ b/notes/unit1_code_quality/principles.md @@ -24,7 +24,7 @@ referred to many times in these notes. ## Why Principles Matter -##### present_to_all {#slide1 .slide} + * **Guiding Decision-Making**: Principles help engineers navigate the complexity of software systems by offering strategies to make trade-offs between conflicting requirements,