Sha256: b8b8b1a89770c3ec8515cd99f754cfac7ebcb9434830e965ca16e688096341e4
Contents?: true
Size: 856 Bytes
Versions: 11
Compression:
Stored size: 856 Bytes
Contents
<!doctype html> <html amp> <head> <meta charset="utf-8"> <title>Rails AMP</title> <link rel="canonical" href="<%= rails_amp_canonical_url %>" /> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <!-- Set page data type by JSON-LD and schema.org. --> <!-- If you don't use page data type, remove this block. --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "*****", "mainEntityOfPage": "*****", "datePublished": "*****" } </script> <!-- Write custom css sytle for amp html here. --> <style amp-custom> body { } amp-img { } </style> <%= rails_amp_google_analytics_page_tracking %> <%= rails_amp_html_header %> </head> <body> <%= yield %> </body> </html>
Version data entries
11 entries across 9 versions & 1 rubygems