diff options
Diffstat (limited to 'templates/index.hbs')
| -rw-r--r-- | templates/index.hbs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.hbs b/templates/index.hbs index c3311b9..1279a5e 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -7,11 +7,11 @@ </head> <body> <header> - <h1>бирка-тян</h1> + <h1><a href="/">бирка-тян</a></h1> </header> <main> {{#each images}} - <img src="/image/{{thumb_filename}}"> + <a href="/posts/{{ id }}"><img src="/image/{{thumb_filename}}"></a> {{/each}} {{#if next_page}} <p><a href="{{next_page}}">next</a></p> @@ -26,7 +26,7 @@ </form> </section> - <section id="search"> + <section id="tags"> <h2>Tags</h2> <ul> {{#each tags}} |