summaryrefslogtreecommitdiffstatshomepage
path: root/templates/post.xml
blob: bfa39c72c97fb2d0d946622cf863d0544ceef014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>${sblg-titletext} &#183; oriole.systems</title>
		<link rel="stylesheet" href="../style.css"/>
		<link rel="alternate" href="../atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/>
		<link rel="icon" href="../logo.svg"/>
		<meta charset="utf-8"/>
	  	<meta name="viewport" content="width=device-width, initial-scale=1"/>
	</head>
	<body class="post">
		<article data-sblg-article="true" data-sblg-permlink="false"></article>
	</body>
</html>