Update page titles in index.*.html and SEO service
This commit is contained in:
		
							parent
							
								
									3a462736d2
								
							
						
					
					
						commit
						83c36c2b24
					
				@ -27,8 +27,6 @@ export class SeoService {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  getTitle(): string {
 | 
			
		||||
    if (this.network === 'liquid')
 | 
			
		||||
      return 'Liquid Explorer by mempool';
 | 
			
		||||
    return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="utf-8">
 | 
			
		||||
  <title>Bisq Markets</title>
 | 
			
		||||
  <title>mempool - Bisq Markets</title>
 | 
			
		||||
  <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.">
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="utf-8">
 | 
			
		||||
  <title>Liquid Explorer by mempool</title>
 | 
			
		||||
  <title>mempool - Liquid Network</title>
 | 
			
		||||
  <base href="/">
 | 
			
		||||
 | 
			
		||||
  <meta name="description" content="An open-source explorer for the Liquid Network by mempool" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user