Set index.html metadata and SEO service title for liquid.network
This commit is contained in:
@@ -27,6 +27,8 @@ export class SeoService {
|
||||
}
|
||||
|
||||
getTitle(): string {
|
||||
if (this.network === 'liquid')
|
||||
return 'Liquid Explorer by mempool';
|
||||
return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user