mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 20:05:36 +01:00
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
14 lines
268 B
HTML
14 lines
268 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Post (with microformats2)</title>
|
|
</head>
|
|
|
|
<body>
|
|
<article class="h-entry">
|
|
<time class="dt-published">2013-03-07</time>:
|
|
<p class="p-name p-content">I ate a <em>cheese</em> sandwich, which was nice.</p>
|
|
</article>
|
|
</body>
|
|
|
|
</html>
|