Update page titles in index.*.html and SEO service

This commit is contained in:
wiz 2021-08-05 02:41:52 +09:00
parent c6e72be483
commit bc8b78a01b
No known key found for this signature in database
GPG Key ID: A394E332255A6173
3 changed files with 2 additions and 4 deletions

View File

@ -27,8 +27,6 @@ export class SeoService {
} }
getTitle(): string { getTitle(): string {
if (this.network === 'liquid')
return 'Liquid Explorer by mempool';
return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer'; return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer';
} }

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Bisq Markets</title> <title>mempool - Bisq Markets</title>
<base href="/"> <base href="/">
<meta name="description" content="Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies."> <meta name="description" content="Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies.">

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Liquid Explorer by mempool</title> <title>mempool - Liquid Network</title>
<base href="/"> <base href="/">
<meta name="description" content="An open-source explorer for the Liquid Network by mempool" /> <meta name="description" content="An open-source explorer for the Liquid Network by mempool" />