mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 06:08:12 +08:00
Update links from graphite.rs to graphite.art
This commit is contained in:
@@ -25,17 +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>Discuss on Reddit</span>
|
||||
<img src="https://static.graphite.art/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>Twitter</span>
|
||||
<img src="https://static.graphite.art/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>
|
||||
<img src="https://static.graphite.art/icons/bluesky.svg" /><span>Bluesky</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user