Sha256: fbfb6f82815c1185d8c88dc5b40426ca39190610565bb9598f3b54afe7f58d6b

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
    <title>{{article.meta.title}} - {{site.title}}</title>
    {{>head}}
</head>
<body class="home-template">
{{>header}}
<div class="content container">
    <div class="post">
        <h1>{{article.meta.title}}</h1>
        <span class="post-date">{{article.meta.publish_date}}</span>

        {{{article.toc_html}}}
        {{{article.body_html}}}
    </div>
</div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
m2m-0.2.9 lib/themes/hyde/template/article.mustache
m2m-0.2.8 lib/themes/hyde/template/article.mustache
m2m-0.2.7 lib/themes/hyde/template/article.mustache
m2m-0.2.3 lib/themes/hyde/template/article.mustache
m2m-0.2.1 lib/themes/hyde/template/article.mustache
m2m-0.2.0 lib/themes/hyde/template/article.mustache