head Backyard View in context: Information Presentation Navigation Adaptation No preview available <head> <meta charset="[[++modx_charset]]"> <title>[[*longtitle:empty=`[[*pagetitle]]`]] - [[++site_name]]</title> <meta name="description" content="[[*description]]"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:type" content="website" /> <meta property="og:title" content="[[*longtitle:default=`[[*pagetitle]]`]]" /> <meta property="og:image" content="[[++site_url]]assets/img/html-mailing-email-marketing-og.jpg" /> <meta property="og:description" content="[[*description]]" /> <meta property="og:url" content="[[++site_url]][[*uri]]" /> <base href="[[!++site_url]]"> <link href="[[!++romanesco.semantic_dist_path]]/semantic[[++minify_css_js:eq=`1`:then=`.min`]].css" rel="stylesheet"> <link rel="stylesheet" href="[[getContextSetting? &context=`web` &setting=`site_url`]]assets/css/backgrounds.css"> [[cbHasFields? &field=`[[++romanesco.cb_field_code_id]]` &then=`<link rel="stylesheet" href="[[++romanesco.custom_vendor_path]]/prism/prism.min.css">` ]] [[++head_additional]] [[$favicons]] [[If? &subject=`[[++romanesco.dev_mode]]` &operator=`EQ` &operand=`1` &then=`` &else=`[[$googleAnalytics]]` ]] [[$structuredDataSite]] </head>Source Purpose Guidelines References Contains the following patterns A favicons M googleAnalytics M structuredDataSite A cbHasField F getContextSetting If Included in the following patterns Too many false positives here because of the generic pattern name, but this chunk is used in almost every template. header Backyard View in context: Information Presentation Navigation Adaptation No preview available <header class="masthead"> [[If? &subject=`[[+masthead]]` &operator=`EQ` &operand=`1` &then=`[[$masthead]]` ]] [[If? &subject=`[[$mainNavTheme]]` &operator=`isnull` &then=`[[$mainNav]]` &else=`[[$mainNavTheme]]`]] [[If? &subject=`[[+hero]]` &operator=`EQ` &operand=`1` &then=`[[$hero]]` ]] [[If? &subject=`[[++bootquest.add_to_menu]]` &operator=`EQ` &operand=`1` &then=`[[$searchForm]]` ]] </header>Source Purpose Guidelines References Seems to be a duplicate of headerBasic, so I'm marking this one as deprecated. Contains the following patterns M mainNav M hero mainNavTheme masthead searchForm If Included in the following patterns To do Too many false positives here too because of the generic pattern name.Will have to add a few exceptions probably, for specific short pattern names. script Backyard View in context: No preview available <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="[[++romanesco.custom_vendor_path]]/jquery/jquery.min.js"><\/script>')</script> <script src="[[++romanesco.semantic_dist_path]]/semantic.min.js"></script> <script src="[[++romanesco.custom_vendor_path]]/onmediaquery/onmediaquery.min.js"></script> <script src="[[++romanesco.custom_js_path]]/tablesort.js"></script> [[cbHasFields? &field=`[[++romanesco.cb_field_code_id]]` &then=`<script src="[[++romanesco.custom_vendor_path]]/prism/prism.min.js"></script>` ]] [[cbHasFields? &field=`84` &then=`[[sliderLoadAssets]]` ]] <script src="[[++romanesco.custom_js_path]]/site.js"></script>Source Purpose Guidelines References Contains the following patterns A cbHasField F sliderLoadAssets Included in the following patterns To do Again, too many false positives here because of the generic pattern name. footer Backyard View in context: <footer id="footer" class="ui vertical segment inverted"> [[#[[++footer_id:empty=`[[++romanesco.global_footer_id]]`]].content]] <div class="ui container section divider"></div> <div class="ui grid container"> <div class="four wide column"> <p>© [[Time:date=`%Y`]] - [[++site_name]]</p> </div> <div class="twelve wide column right aligned"> <div class="ui horizontal inverted list"> [[pdoMenu? &parents=`[[++common_pages_id:empty=`[[++romanesco.common_pages_id]]`]]` &level=`0` &tplOuter=`navWrapper` &tpl=`navItem` &sortby=`menuindex` &sortdir=`ASC` ]] </div> </div> </div> </footer>Source Purpose Guidelines References Contains the following patterns A navItem F Time pdoMenu Included in the following patterns To do Again, too many false positives here because of the generic pattern name.