Merge pull request 'Revert "adding hardcoded meta for onion"' (#26) from master into 98

Reviewed-on: #26
This commit is contained in:
Kibi Kelburton
2026-07-26 21:07:57 +00:00
2 changed files with 0 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
<html lang="{{ lang || 'en' }}" theme="@if(typeof theme !== 'undefined'){{ theme }}@endif" res="@if(typeof fullscreen !== 'undefined'){{ fullscreen == 1 ? 'fullscreen' : '' }}@endif">
<head>
@if(enable_tor_hs && onion)<meta http-equiv="onion-location" content="{{ onion }}" />@endif
@if(typeof page_meta !== 'undefined' && page_meta.title)<title>{{ domain }} - {{ page_meta.title }}</title>@elseif(typeof item !== 'undefined')<title>{{ domain }} - {{ item.id }}</title>@else<title>{{ domain }}</title>@endif
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#0096ff">