Sha256: bb301c95207a970a6ce8eb531d973fa8d354f1314a7cdc9c341a9567203cec7d

Contents?: true

Size: 948 Bytes

Versions: 9

Compression:

Stored size: 948 Bytes

Contents

<!-- Notee Meta Info -->

<title><%= meta[:title] %></title>
<meta name="keywords" content="<%= meta[:keyword] %>"/>
<meta name="description" content="<%= meta[:description] %>"/>

<meta property="og:title" content="<%= meta[:title] %>" />
<meta property="og:description" content="<%= meta[:description] %>" />
<meta property="og:url" content="<%= request.url %>" />
<meta property="og:site_name" content="<%= meta[:title] %>>" />
<meta property="og:image" content="<%= meta[:og_image] %>" />

<!-- Notee Google Analytics -->

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', '<%= ga %>', 'auto');
  ga('send', 'pageview');

</script>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
notee-1.0.7 app/views/notee/partials/_meta.html.erb
notee-1.0.6 app/views/notee/partials/_meta.html.erb
notee-1.0.5 app/views/notee/partials/_meta.html.erb
notee-1.0.4 app/views/notee/partials/_meta.html.erb
notee-1.0.3 app/views/notee/partials/_meta.html.erb
notee-1.0.2 app/views/notee/partials/_meta.html.erb
notee-1.0.1 app/views/notee/partials/_meta.html.erb
notee-1.0.0 app/views/notee/partials/_meta.html.erb
notee-0.4.0 app/views/notee/partials/_meta.html.erb