Add the 2024 yearly report to the blog

This commit is contained in:
Keavon Chambers
2025-01-17 16:03:43 -08:00
parent b7907bc96f
commit ab724d8b00
6 changed files with 251 additions and 5 deletions
+7 -2
View File
@@ -25,12 +25,17 @@
<div class="social">
{% if page.extra.reddit %}
<a href="{{ page.extra.reddit | safe }}" target="_blank" class="button arrow">
<img src="https://static.graphite.rs/icons/reddit__2.svg" /><span>Comment on Reddit</span>
<img src="https://static.graphite.rs/icons/reddit__2.svg" /><span>Discuss on Reddit</span>
</a>
{% endif %}
{% if page.extra.twitter %}
<a href="{{ page.extra.twitter | safe }}" target="_blank" class="button arrow">
<img src="https://static.graphite.rs/icons/twitter.svg" /><span>Comment on Twitter</span>
<img src="https://static.graphite.rs/icons/twitter.svg" /><span>Twitter</span>
</a>
{% endif %}
{% if page.extra.bluesky %}
<a href="{{ page.extra.bluesky | safe }}" target="_blank" class="button arrow">
<img src="https://static.graphite.rs/icons/bluesky.svg" /><span>Bluesky</span>
</a>
{% endif %}
</div>