Sha256: 3948fd32f441afdca62579e98a26495107cb65921957c99b255d5508b546c5b4

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>{{ page.title }}</title>
        <link rel="stylesheet" href="/assets/css/styles.css">
        {% feed_meta %}
        {% seo %}
    </head>
    <body>
        {% include navigation.html %}
        <main>
            {{ content }}
        </main>
    </body>
    <script src="{{ '/assets/js/highlight.pack.min.js' | relative_url }}"></script>
    <script>hljs.initHighlightingOnLoad();</script>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simport-1.1.0 _layouts/default.html