From 61181c679177b4f25fb500f7a24747f9008a1420 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 2 Aug 2021 21:30:29 +0900 Subject: [PATCH] Set index.html metadata and SEO service title for liquid.network --- frontend/src/app/services/seo.service.ts | 2 ++ frontend/src/index.liquid.html | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/services/seo.service.ts b/frontend/src/app/services/seo.service.ts index b93eb9d60..1d32b124a 100644 --- a/frontend/src/app/services/seo.service.ts +++ b/frontend/src/app/services/seo.service.ts @@ -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'; } diff --git a/frontend/src/index.liquid.html b/frontend/src/index.liquid.html index b82c6e911..df2bc5701 100644 --- a/frontend/src/index.liquid.html +++ b/frontend/src/index.liquid.html @@ -2,10 +2,10 @@ - Liquid Network - Block Explorer + Liquid Explorer by mempool - + @@ -14,7 +14,7 @@ - +