site/_includes/layouts/pages/fediverse/mastodon/features.njk
Ruben a652971a27
All checks were successful
/ build (push) Successful in 4m35s
better file structure, cleanup
2025-10-27 09:20:00 -05:00

31 lines
No EOL
1 KiB
Text

<!-- instance features -->
<article window id="features">
<div class="header">
<div class="titlebar-icon" aria-hidden="true">
<span class="icon tabler--info-circle"></span>
</div>
<a href="#features">Features</a>
<window-controls aria-hidden="true">
<icon-tabler minimize></icon-tabler>
<icon-tabler maximize></icon-tabler>
<close-button aria-hidden="true">
<icon-tabler x></icon-tabler>
</close-button>
</window-controls>
</div>
<section>
<h2><a href="#features">Features</a></h2>
<p>What users receive in terms of differences from, for example here, the average <small>(vanilla)</small> Mastodon instance:</p>
<ul>
<li>
Emoji reactions
</li>
<li>
100,000 character limit
</li>
<li>
200 megabyte upload limit, per file
</li>
</ul>
</section>
</article>