diff options
Diffstat (limited to 'templates/images.html')
| -rw-r--r-- | templates/images.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/images.html b/templates/images.html index 92ab7b5..f2b5222 100644 --- a/templates/images.html +++ b/templates/images.html @@ -15,9 +15,9 @@ <body class="images-view"> <header> - <h1> + <a href="/" class="logo-link"><h1> Omni<span>Search</span> - </h1> + </h1></a> <form action="/images" method="GET" class="search-form"> <input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..." value="{{query}}"> |
