Sha256: 2815de40af6e4d9a75c627dafc0eeb2c322c8f90b21fd00b5bbf00b6d2bbb611

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 KB

Contents

<meta http-equiv="content-type" content="text/html; charset=utf-8">
<%= meta_tag 'ICBM', this_blog.geourl_location if this_blog.geourl_location.present? %>
<%= meta_tag 'description', @description unless @description.blank? %>
<%= meta_tag 'robots', 'noindex, follow' if stop_index_robots?(this_blog) %>
<%= meta_tag 'google-site-verification', this_blog.google_verification unless this_blog.google_verification.blank?%>
<meta name="generator" content="Publify <%=PublifyCore::VERSION%>">
<%= show_meta_keyword %>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<%= url_for :controller => '/xml', :action => 'rsd' %>">
<% if feed_atom %>
  <link rel="alternate" type="application/atom+xml" title="Atom" href="<%= feed_atom %>">
<% end %>
<% if feed_rss %>
  <link rel="alternate" type="application/rss+xml" title="RSS" href="<%= feed_rss %>">
<% end %>
<%= javascript_include_tag :publify, async: Rails.env.production? %>
<%= stylesheet_link_tag :publify %>
<%= page_header_includes %>
<% if this_blog.use_canonical_url %>
  <link rel="canonical" href="<%= this_blog.base_url + request.fullpath %>" />
<% end %>
<%= raw this_blog.custom_tracking_field unless this_blog.custom_tracking_field.blank? %>
<%= google_analytics %>

<%= meta_tag 'og:site_name', this_blog.blog_name %>
<%= meta_tag 'og:title', @article ? @article.title : @page_title %>
<link ref='author' href="humans.txt">

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/shared/_page_header.html.erb
publify_core-9.0.0.pre5 app/views/shared/_page_header.html.erb
publify_core-9.0.0.pre4 app/views/shared/_page_header.html.erb
publify_core-9.0.0.pre3 app/views/shared/_page_header.html.erb
publify_core-9.0.0.pre2 app/views/shared/_page_header.html.erb
publify_core-9.0.0.pre1 app/views/shared/_page_header.html.erb