mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 11:28:11 +08:00
Add the 2024 yearly report to the blog
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user