Sha256: c7e5354318b141676709a5fd5d39345524803ca71cb99e22ec5475292084565d

Contents?: true

Size: 632 Bytes

Versions: 2

Compression:

Stored size: 632 Bytes

Contents

<!DOCTYPE html>
<html lang="en-GB">
	<head>
		<!-- General meta -->
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>{{ page.title }} - {{ site.title }}</title>
		
		{% if site.logo %}
			{% include favicons.html %}
		{% endif %}

		<link href="/css/styles.css" media="all" rel="stylesheet" type="text/css">
	</head>
	<body>

		{% include header.html %}

		{{ content }}

		{% include footer.html %}

		<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans|Neuton" rel="stylesheet">
		<script src="/js/scripts.js" type="text/javascript"></script>
	</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
garth-jekyll-theme-0.2.8 _layouts/default.html
garth-jekyll-theme-0.2.7 _layouts/default.html