Sha256: 5357bf5ba2322377463ea1c7087dc2e7851cb5fc0df250ad491249d6dade55d1

Contents?: true

Size: 761 Bytes

Versions: 6

Compression:

Stored size: 761 Bytes

Contents

<header class="masthead">
    <div class="masthead-inner">
        <h1>{{blog.title}}</h1>
        <p class="lead">{{blog.description}}</p>

        <div class="colophon">
            <ul class="colophon-links">
                <li>
                    <a href="{{root/relative_path}}">首页</a>
                </li>
                {{#pages}}
                <li>
                    <a href="{{link}}">{{title}}</a>
                </li>
                {{/pages}}
            </ul>
            <p class="poweredby">Proudly powered by <a href="{{product.url}}" target="_blank">{{product.name}}</a></p>
            <p class="poweredby">Designed by <a href="https://github.com/mdo/hyde" target="_blank">andhyde.com</a></p>
        </div>

    </div>
</header>

Version data entries

6 entries across 6 versions & 1 rubygems

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