From 2b094bef19b4d74c557ccb469445e736d06fc56e Mon Sep 17 00:00:00 2001 From: Szymon Bednorz Date: Tue, 5 Nov 2024 00:07:43 +0100 Subject: [PATCH] add some stats --- _includes/footer.html | 2 +- _includes/header.html | 10 ++++++++++ _sass/footer.scss | 2 -- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 6f79b46..2d34c87 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ +
+

+ 👉 Currently, there are {{ site.rovers | size }} rovers + in + {{ site.rovers | map: 'categories' | uniq | size }} + categories. +

+

👉 Last updated {{ site.time | date: '%Y/%m/%d' }}.

+
+ {% include nav.html %}
diff --git a/_sass/footer.scss b/_sass/footer.scss index 88ef95b..cab6f4e 100644 --- a/_sass/footer.scss +++ b/_sass/footer.scss @@ -3,6 +3,4 @@ .footer-text { display: block; position: relative; - font-size: 12px; - font-family: 'Courier New', Courier, monospace; }