forked from kristapsdz/sblg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.xml
More file actions
47 lines (47 loc) · 1.89 KB
/
article.xml
File metadata and controls
47 lines (47 loc) · 1.89 KB
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
47
<!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://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
</head>
<body>
<header>
<h1>
<a href="index.html">sblg</a>
<span>– static blog utility</span>
</h1>
</header>
<div class="version">
<div>
<nav data-sblg-nav="1" data-sblg-navxml="1" data-sblg-navsz="1" data-sblg-navtag="version">
<span>v${sblg-titletext}, ${sblg-date}</span>
</nav>
<a title="Source package" href="snapshots/sblg.tar.gz"><i class="fa fa-gears"></i></a>
<a title="Source fingerprint" href="snapshots/sblg.tar.gz.sha512"><i class="fa fa-lock"></i></a>
<a title="Source archive" href="snapshots"><i class="fa fa-fw fa-file-o"></i></a>
<a title="Version feed" href="atom.xml"><i class="fa fa-rss"></i></a>
<a title="Source repository" href="https://github.com/kristapsdz/sblg"><i class="fa fa-fw fa-github"></i></a>
</div>
</div>
<section>
<p class="intro">
This is an example of an individual article.
It consists of a template (<a href="article.xml">article.xml</a>) merged with article contents.
</p>
<article data-sblg-article="1" data-sblg-permlink="0">
<article>
This will go away.
</article>
</article>
</section>
<footer>
© 2013–2019 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>