(search) Add en-US language tags to all templates

This commit is contained in:
Viktor Lofgren 2024-05-01 15:53:28 +02:00
parent b7a95be731
commit 4021a0ae98
41 changed files with 41 additions and 41 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Website Explorer - {{url}}</title>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
{{#if query}} <title>Websites Similar To {{query}}</title> {{/if}}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{query}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{query}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{query}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{title}}</title>

View File

@ -1,4 +1,4 @@
<html>
<html lang="en-US">
<head>
<title>Error</title>
<link rel="stylesheet" href="serp.css">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{query}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{domainA}} and {{domainB}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Marginalia Search - {{domain}}</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service: Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Node {{node.id}}</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
<head>
<title>Message Queue | New Message</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Control Service: Actions</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Control Service</title>
{{> control/partials/head-includes }}

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Update ID</title></head>
<body>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en-US">
{{> control/partials/head-includes }}
<head><title>Message Queue | New Message</title></head>
<body>