1
1
Fork 0
portfolio/build/posts/second-post/index.html
2016-08-07 13:11:02 -05:00

24 lines
532 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Second Post</title>
<meta name="description" content="">
</head>
<body>
<header>
<p>
<a href="/">Home</a>
</p>
</header>
<h1>My Second Post</h1>
<time>Wed Aug 22 2012 19:00:00 GMT-0500 (CDT)</time>
<p>A super-interesting piece of prose I have already written weeks ago.</p>
<footer>
<p>Generated with Metalsmith &mdash; <a href="http://www.metalsmith.io/">http://www.metalsmith.io/</a></p>
</footer>
</body>
</html>