Sha256: fe5f2ac6a695412211c37b5e90cd89a351e848d6102b71c93000b047bbcd68e9

Contents?: true

Size: 1.24 KB

Versions: 23

Compression:

Stored size: 1.24 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 if @description.present? %>
<%= meta_tag 'robots', 'noindex, follow' if stop_index_robots?(this_blog) %>
<%= meta_tag 'google-site-verification', this_blog.google_verification if this_blog.google_verification.present? %>
<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 %>
<link rel="canonical" href="<%= this_blog.url_for request.fullpath %>" />
<%= raw this_blog.custom_tracking_field if this_blog.custom_tracking_field.present? %>
<%= render 'shared/google_analytics' if this_blog.google_analytics.present? %>

<%= meta_tag 'og:site_name', this_blog.blog_name %>
<%= meta_tag 'og:title', @article ? @article.title : @page_title %>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/shared/_page_header.html.erb
publify_core-10.0.1 app/views/shared/_page_header.html.erb
publify_core-10.0.0 app/views/shared/_page_header.html.erb
publify_core-9.2.10 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/shared/_page_header.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/shared/_page_header.html.erb
publify_core-9.2.9 app/views/shared/_page_header.html.erb
publify_core-9.2.8 app/views/shared/_page_header.html.erb
publify_core-9.2.7 app/views/shared/_page_header.html.erb
publify_core-9.2.6 app/views/shared/_page_header.html.erb
publify_core-9.2.5 app/views/shared/_page_header.html.erb
publify_core-9.2.4 app/views/shared/_page_header.html.erb
publify_core-9.2.3 app/views/shared/_page_header.html.erb