-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy patharticle.xml
More file actions
26 lines (26 loc) · 984 Bytes
/
article.xml
File metadata and controls
26 lines (26 loc) · 984 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<title>sblg: ${sblg-title}</title>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="sblg Article and Version Feed" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500" />
<link rel="stylesheet" href="article.css" />
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
</head>
<body>
<header>
<h1>
<a href="index.html">sblg</a>
<span>— static blog utility</span>
</h1>
</header>
<article data-sblg-article="1" data-sblg-permlink="0">
</article>
<footer>
© <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>