Sha256: b6183d395ed21469f82855c679edd494141931f4f971e6ab745e662e896fce70

Contents?: true

Size: 777 Bytes

Versions: 19

Compression:

Stored size: 777 Bytes

Contents

%head
  %meta{charset: 'UTF-8'}
  %title= @environment.options.title

  %script{src: "#{@path}javascript/application.js"}
  %script{src: "#{@path}javascript/search.js"}
  %link{rel: 'stylesheet', href: "#{@path}stylesheets/application.css", type: 'text/css'}

  - if @environment.options.analytics
    :javascript
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', '#{@analytics}']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.5 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.4 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.3 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.2 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.1 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.1.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-4.0.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.4.3 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.4.2 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.4.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.3.1 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.3.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.2.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.1.1 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.1.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-3.0.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-2.0.0 node_modules/codo/themes/default/templates/layout/header.hamlc
ela-1.1.0 node_modules/codo/themes/default/templates/layout/header.hamlc