Sha256: 9a6a383920d06a950cc39f59bc1524855ee3b03e5824d4f7bba15334380bd222
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 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? %> <%= render 'shared/google_analytics' unless this_blog.google_analytics.blank? %> <%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
publify_core-9.1.0 | app/views/shared/_page_header.html.erb |