Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDerLars committed Feb 20, 2022
1 parent 13a9738 commit 12ce9ab
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/themes/sidebar_dark/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div class="n2web_searchResults_inner">
{foreach from=$searchResults key=res item=i}
<a href="{$domain}?path={$i.path}&name={$i.fileName}&id={$i.id}">
<a href="?path={$i.path}&name={$i.fileName}&id={$i.id}">
<div class="n2web_search_result">
<h3 class="n2web_search_result_name">{$i.title}</h3>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion app/themes/sidebar_dark_full_width/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div class="n2web_searchResults_inner">
{foreach from=$searchResults key=res item=i}
<a href="{$domain}?path={$i.path}&name={$i.fileName}&id={$i.id}">
<a href="?path={$i.path}&name={$i.fileName}&id={$i.id}">
<div class="n2web_search_result">
<h3 class="n2web_search_result_name">{$i.title}</h3>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion app/themes/sidebar_light/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div class="n2web_searchResults_inner">
{foreach from=$searchResults key=res item=i}
<a href="{$domain}?path={$i.path}&name={$i.fileName}&id={$i.id}">
<a href="?path={$i.path}&name={$i.fileName}&id={$i.id}">
<div class="n2web_search_result">
<h3 class="n2web_search_result_name">{$i.title}</h3>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion app/themes/sidebar_light_full_width/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div class="n2web_searchResults_inner">
{foreach from=$searchResults key=res item=i}
<a href="{$domain}?path={$i.path}&name={$i.fileName}&id={$i.id}">
<a href="?path={$i.path}&name={$i.fileName}&id={$i.id}">
<div class="n2web_search_result">
<h3 class="n2web_search_result_name">{$i.title}</h3>
<hr>
Expand Down
Binary file modified logos.sketch
Binary file not shown.

0 comments on commit 12ce9ab

Please sign in to comment.