Test Post
created Oct 23, 2018
This is test post. I want the HTML markup to be listed here after an update to show how I'm formatting pages.
HTML markup
Here's the HTML that Sora created for the above content.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test Post - Sora Test Site</title>
<meta charset="utf-8" />
<meta name="author" content="Sora" />
<meta name="description" content="Static Site Generator Built with Lua" />
<meta property="og:url" content="http://sora.soupmode.com/2018/10/23/test-post.html" />
<meta property="og:site_name" content="Sora Test Site" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://sora.soupmode.com/css/sora.css" />
<link rel="alternate" type="application/json" title="JSON Feed" href="http://sora.soupmode.com/feed.json" />
<link rel="alternate" type="text/html" title="Microformatted HTML feed page" href="http://sora.soupmode.com/hfeed.html" />
<style>
/* maybe later include name="inc_minified-css.tmpl" */
</style>
</head>
<body>
<div class="home-link">
<a href="/">home</a>
</div>
<article class="h-entry">
<header><h1 class="p-name">Test Post</h1></header>
<section class="e-content">
<!-- dir : 2018/10/23 -->
<p><em>created Oct 23, 2018</em></p>
<p>This is test post. I want the HTML markup to be listed here after an update to show how I'm formatting pages.</p>
</section>
<footer style="display:none;">
<p>
Published by <a class="p-author h-card" href="/about.html">Sora</a>
on <time class="dt-published" datetime="2018-10-23T17:23:10Z"><a class="u-url" href="http://sora.soupmode.com/2018/10/23/test-post.html">Tue, Oct 23, 2018 - 05:23 PM GMT</a></time>.
</p>
</footer>
</article>
<div style="text-align:center;">
<p>
<small>
<a href="/">home</a>
- <a href="/info.html">info</a>
- <a href="/search.html">search</a>
- <a href="http://sora.soupmode.com/2018/10/23/test-post.html">#</a>
</small>
</p>
</div>
</body>
</html>