Sha256: 55f68cb66dcffa2ffcd5e00f1f8550dee5f213c602c28d3fc6995777505122b4
Contents?: true
Size: 941 Bytes
Versions: 18
Compression:
Stored size: 941 Bytes
Contents
<!DOCTYPE html> <html> <head> <?r response.cache! ?> <?r if title = self[:title] ?> <title>#{title.gsub(/<.*?>/, "")}</title> <?r else ?> <title>Utopia Project</title> <?r end ?> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" type="image/png" href="/_static/icon.png" /> <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" /> <script src="/_components/jquery/jquery.min.js"></script> <script src="/_components/jquery-syntax/jquery.syntax.min.js"></script> <script type="text/javascript"> //<![CDATA[ jQuery(function($) { $.syntax(); }); //]]> </script> </head> <body class="#{attributes[:class]}"> <content:navigation /> <utopia:content/> <footer>Documentation generated by <a href="https://github.com/socketry/utopia-project">Utopia::Project</a>.</footer> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems