Sha256: 8417970b4654724d813ee378eab41c1cd3574ab2bb2cf2fe4c368bdc1532e938

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

<title><%= title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%== og_meta_data_tags %>
<%== meta_data_tags %>
<%== meta_robots %>
<%= canonical_tag(current_store.url) %>
<%= favicon_link_tag(harpiya_favicon_path) %>
<%= stylesheet_link_tag 'harpiya/frontend/all', media: 'screen', 'data-turbolinks-track': 'reload' %>
<%= csrf_meta_tags %>
<%= render 'harpiya/shared/paths' %>
<%= render 'harpiya/shared/locale_and_currency' %>
<%= javascript_include_tag 'harpiya/frontend/all', defer: true, 'data-turbolinks-track': 'reload' %>
<%= yield :head %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/_head.html.erb