This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if( is_multisite() ): ?> | |
| The <a href="<?php echo esc_url( get_site_option( 'siteurl' ) ); ?>"><?php echo esc_html( get_site_option( 'site_name' ) ); ?> network</a> currently powers <strong><?php echo get_blog_count(); ?></strong> websites and <strong><?php echo get_user_count(); ?></strong> users. | |
| <?php endif; ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if gt IE 9]><!--> | |
| <img src="img/wordmark.svg" onerror="this.src=img/wordmark.png;this.onerror=null;"> | |
| <!--<![endif]--><!--[if lte IE 9]> | |
| <img src="img/wordmark.png"> | |
| <![endif]--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- jQuery and Global Functionality --> | |
| <script> | |
| yepnope([{ | |
| load: '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js', | |
| complete: function () { | |
| if (!window.jQuery) { | |
| yepnope('/vendor/jquery/dist/jquery.min.js'); | |
| } | |
| } | |
| }, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| yepnope.injectJs('//use.typekit.net/yiy1stl.js', function() { try{Typekit.load();}catch(e){} }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% capture lvl %}{{ page.url | append:'index.html' | split:'/' | size }}{% endcapture %} | |
| {% capture relative %}{% for i in (3..lvl) %}../{% endfor %}{% endcapture %} | |
| {% comment %} note the {{ relative }} tag in the URL below {% endcomment %} | |
| <link rel='stylesheet' href='{{ relative }}css/screen.css'> |
NewerOlder