Sha256: a6f71b1f78372e8ee1ade06cd6f34b2feb5da0765e15f6c538db508e79420735
Contents?: true
Size: 951 Bytes
Versions: 4
Compression:
Stored size: 951 Bytes
Contents
<!DOCTYPE html> <html lang="ja-JP"> <head> <%= google_tag_manager %> <%= meta_robots %> <meta http-equiv="Content-Type" content="text/html; charset=<%=h charset() %>"> <meta http-equiv="Content-Language" content="ja-JP"> <link rel="stylesheet" type="text/css" href="<%=h css_url() %>"> <link rel="stylesheet" type="text/css" href="<%=h custom_css_url("syntax-highlight.css") %>"> <link rel="icon" type="image/png" href="<%=h favicon_url() %>"> <% if @conf[:canonical_base_url] %> <link rel="canonical" href="<%= canonical_url() %>"> <% end %> <title><%=h @title %> (Ruby <%=h ruby_version %>)</title> <meta name="description" content="<%=h @description %>"> </head> <body> <%= yield %> <div id="footer"> <a rel="license" href="https://creativecommons.org/licenses/by/3.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /> </a> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems