Sha256: a6e22241378873206889570e0a28a46dd3bc460a7768fd2912a484db3d1a5bad
Contents?: true
Size: 847 Bytes
Versions: 6
Compression:
Stored size: 847 Bytes
Contents
<!DOCTYPE html> <html> <head> <?r response.content_type = "text/html; charset=utf-8" ?> <?r response.cache! ?> <?r if title = self[:title] ?> <title>#{title.gsub(/<.*?>/, "")} - Utopia</title> <?r else ?> <title>Utopia</title> <?r end ?> <base href="#{first.node.uri_path}"/> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" /> <link rel="icon" type="image/png" href="/_static/icon.png" /> <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" /> </head> <body class="#{attributes[:class]}"> <header> <img src="/_static/utopia.svg" /> </header> <div id="page"> <utopia:content/> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems