2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

Add mastodon to social media section (#202)

* Add mastodon to social media sction

* Update footer.html

* Add files via upload

* fix path

* remove from index
This commit is contained in:
Matthias Mair
2024-05-22 00:53:20 +02:00
committed by GitHub
parent d3004d20f0
commit 9b2899fa06
2 changed files with 14 additions and 1 deletions

View File

@ -38,7 +38,10 @@
<a href="https://twitter.com/inventreedb" alt="Twitter" class="ml-3 cm-gray-3">
<img class="h-5 w-5" alt="Twitter logo" src="{{ '/assets/twitter.svg' | relative_url }}" />
</a>
<a href="https://chaos.social/@InvenTree" rel=me alt="Mastodon" class="ml-3 cm-gray-3">
<img class="h-5 w-5" alt="Mastodon logo" src="{{ '/assets/mastodon.svg' | relative_url }}" />
</a>
</span>
</div>
</div>
</footer>
</footer>