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; }