Sha256: 1f8aad397784c1f3ad3fdbe879e046cd21ff55cfba16be7d6194f01ffb80164b

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 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 %>
<% 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? %>
<%= csrf_meta_tags %>
<%= 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

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.0.1 app/views/shared/_page_header.html.erb
publify_core-9.0.0 app/views/shared/_page_header.html.erb