Sha256: b7812437b2e20692d2105796269c54414008d72100f487cc6743b8e3c5eb66da
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
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"> <meta name="viewport" content="width=device-width, initial-scale=1"> <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> フィードバックは<a href="https://github.com/rurema/doctree">こちら</a> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitclust-core-1.2.3 | data/bitclust/template.offline/layout |