From b3a313f426bb0e734e684c46a3ca0529ce0aaaa0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 17 Aug 2022 14:52:28 -0700 Subject: [PATCH 1/4] Add links to homepage --- src/subcommand/server/templates/root.rs | 2 +- templates/root.html | 8 +++++++- tests/server.rs | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/subcommand/server/templates/root.rs b/src/subcommand/server/templates/root.rs index 6681c3975e..c07a31c7e7 100644 --- a/src/subcommand/server/templates/root.rs +++ b/src/subcommand/server/templates/root.rs @@ -7,7 +7,7 @@ pub(crate) struct RootHtml { impl Content for RootHtml { fn title(&self) -> String { - "Ordinal Block Explorer".to_string() + "Ordinals".to_string() } fn page(self) -> PageHtml { diff --git a/templates/root.html b/templates/root.html index 9b7da4826a..2e5e7df9d8 100644 --- a/templates/root.html +++ b/templates/root.html @@ -1,4 +1,10 @@ -

Recent Blocks

+

Ordinals

+ +

Recent Blocks