Skip to content

Commit

Permalink
add some stats
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonyy committed Nov 4, 2024
1 parent 54d647d commit 2b094be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="footer">
<a href="https://github.com/dsonyy/awesome-rovers" target="_blank">
<span class="footer-text float-left"
>Love inspiring others? Contribute!</span
>❤️ inspiring others? Contribute!</span
></a
>
<span class="footer-text float-right">
Expand Down
10 changes: 10 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
>Contribute and add your ideas!</a
>
</div>
<div class="long">
<p>
👉 Currently, there are <strong>{{ site.rovers | size }}</strong> rovers
in
<strong>{{ site.rovers | map: 'categories' | uniq | size }}</strong>
categories.
</p>
<p>👉 Last updated <strong>{{ site.time | date: '%Y/%m/%d' }}</strong>.</p>
</div>

{% include nav.html %}
<hr />
</div>
2 changes: 0 additions & 2 deletions _sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
.footer-text {
display: block;
position: relative;
font-size: 12px;
font-family: 'Courier New', Courier, monospace;
}

0 comments on commit 2b094be

Please sign in to comment.