Sha256: f3464e889c6bd80c701a8967406c3774ab8ae11495551381a6c0a89f394a52ce

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">

<%= csrf_meta_tags %>
<%= csp_meta_tag %>

<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/icon.png" type="image/png">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">

<%=
  # => Meta Tags
  # The meta-tags gem provides a simple way to add meta tags to your Rails application.
  # This is useful for setting the title, description, and keywords of your pages.
  # Read more at: https://github.com/kpumuk/meta-tags
  display_meta_tags site: Kiqr::Config.app_name, reverse: true, separator: "—"
%>

<%=
  # => Irelia theme
  # This is a helper method that will inject the Irelia stylesheets and javascripts into the head tag.
  # It includes the Irelia CSS and JS files, as well as Font Awesome for icons and the Poppins Google font.
  # Read more about how to customize the dependencies in the Irelia documentation at https://github.com/kiqr/irelia
  irelia_head
%>

<% # Add custom stylesheets and javascripts after the Irelia theme to override the default styles and scripts. %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>

<%= yield :head %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiqr-0.1.0.alpha1 lib/kiqr/themes/irelia/views/kiqr/shared/_head.html.erb