a mini social media app for small communities

add search to the header

Changed files
+2
src
templates
partial
+2
src/templates/partial/header.html
··· 37 38 @if ctx.is_logged_in() 39 <a href="/inbox">inbox@{app.get_notification_count_for_frontend(user.id, 99)}</a> 40 @else 41 <a href="/login">log in</a> 42 <span>or</span>
··· 37 38 @if ctx.is_logged_in() 39 <a href="/inbox">inbox@{app.get_notification_count_for_frontend(user.id, 99)}</a> 40 + - 41 + <a href="/search">search</a> 42 @else 43 <a href="/login">log in</a> 44 <span>or</span>