Sha256: 395e8afb1607904739e0bbf754fec4bb053dc543daee0627f6b39da50e9a44da

Contents?: true

Size: 804 Bytes

Versions: 2

Compression:

Stored size: 804 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 ?>
		
		<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

2 entries across 2 versions & 1 rubygems

Version Path
utopia-2.0.1 setup/site/pages/_page.xnode
utopia-2.0.0 setup/site/pages/_page.xnode