Sha256: 4e386cc25b0d0625b63e549dccfb2ba66c5835eea0c1f33fd89df404b32ec90e
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= seo_data.page_title %></title> <meta name="description" content="<%= seo_data.meta_description %>" /> <meta name="keywords" content="<%= seo_data.meta_keywords %>" /> <%= stylesheet_link_tag "seo/application", media: "all" %> <%= javascript_include_tag "seo/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seo_pages-1.0.0 | app/views/layouts/seo/application.html.erb |