summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJeroen <jeroenpardon@users.noreply.github.com>2021-12-05 02:19:01 +0100
committerGitHub <noreply@github.com>2021-12-05 02:19:01 +0100
commit462f5142f1826f43cf7fe2f89aaa6821661c3fd0 (patch)
treedd0a733ad466354ca56afd6e638a2df98a09c2dc /index.html
parent2db1e87300be6bc5f906f09140ffb56eb0d7a305 (diff)
parent190954b55012a5a933a8c0a8d869d34406db385d (diff)
Merge pull request #23 from korikori/master
Make app links use HTTP by default and define default search engine in variable
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e5089cd..bed4f55 100755
--- a/index.html
+++ b/index.html
@@ -86,7 +86,7 @@
<span class="iconify icon" data-icon="mdi-{{icon}}"></span>
</div>
<div class="apps_text">
- <a href="https://{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
+ <a href="http://{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
<span id="app-address">{{url}}</span>
</div>
</div>