Merge branch 'rolling' into FEAT/314_startpage-for-the-search-engine
This commit is contained in:
commit
b68e06c883
4 changed files with 12 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub fn index(colorscheme: &str, theme: &str) -> Markup {
|
|||
html!(
|
||||
(header(colorscheme, theme))
|
||||
main class="search-container"{
|
||||
img src="../images/websurfx_logo.png" alt="Websurfx meta-search engine logo";
|
||||
img class="websurfx-logo" src="../images/websurfx_logo.svg" alt="Websurfx meta-search engine logo";
|
||||
(bar(&String::default()))
|
||||
(PreEscaped("</div>"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue