summaryrefslogtreecommitdiffstats
path: root/assets/layout/html/post.bvr
blob: 39391b81074f51c10bb0f7d263723611640fd962 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="<@?g site_language@>">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<meta name="description" content="<!@g post_description@>">
		<meta name="author" content="<@?g post_author_name@>">
		<title>
			<@?g post_heading@> :: <@?g site_name@> - <@g site_description@>
		</title>
		<link href="css/bundle.min.css" rel="stylesheet">
	</head>
	<body>
		<@?i navigation@>
		<!-- Page Header -->
		<header class="masthead" style="background-image: url('<@?g post_header_image@>'); background: <@?g post_header_color@>">
			<div class="overlay"></div>
			<div class="container">
				<div class="row">
					<div class="col-lg-<@?g content_width@> mx-auto">
						<div class="post-heading">
							<h1><@?g post_heading@></h1>
							<h2 class="subheading"><@?g post_subheading@></h2>
							<span class="meta">Posted by
								<a href="author/<@?g post_author@>"><@?g post_author_name@></a>
								on <@?g post_date?>
							</span>
						</div>
					</div>
				</div>
			</div>
		</header>
		<!-- Post Content -->
		<article>
			<div class="container">
				<div class="row">
					<div class="col-lg-<@?g content_width@> mx-auto">
						<@?i ?post_slug@>
					</div>
				</div>
			</div>
		</article>
		<hr>
		<@?i footer@>
	</body>
</html>