summaryrefslogblamecommitdiffstats
path: root/_layouts/default.html
blob: 1f3aee438782334b40dc61d6f1fa535e8260dc65 (plain) (tree)




















                                                                                   
<!DOCTYPE html>
<html lang=sl>
	<head>
		<meta charset=UTF-8 />
		<title>
			{{ page.title }}
		</title>
		<link rel=stylesheet href=/assets/css/styles.css />
		<meta name=viewport content=width=device-width,initial-scale=1.0 />
		{% feed_meta %}
		{% seo %}
		{% if jekyll.environment == "production" %}
			<!-- this comment generates if JEKYLL_ENV=production -->
		{% endif %}
	</head>
	<body>
		{% include navigation.html %}
		{{ content }}
		{% include footer.html %}
	</body>
</html>