~/website

28e515a959331a85e0fc31fae242afc05648ef69 — Arthur Melton 25d3d1ae 2 years ago
edit templates
1 files changed, 4 insertions(+), 2 deletions(-)

M example/template.html.hbs
M example/template.html.hbs => example/template.html.hbs +4 -2
@@ 14,14 14,16 @@

    <hr />
    <div>
        <a href="/">Home</a> |
        <a href="/about">About</a> |
        <a href="/blogs-0">Blogs</a> |
        <a href="/blogs-0">Blogs</a>
    </div>
    <hr />
</header>

<main>
    {{#if blogs}}
        <a href="/blogs.rss">Rss Feed</a> |
        <a href="/blogs.json">JSONFeed</a>
        <br><br>
        {{#each blogs}}
            <p>{{this.config.date}}</p>
            <a href="/blogs/{{this.path}}">{{this.config.title}}</a>