Update Help Center

This commit is contained in:
Daniel Supernault 2019-06-01 22:18:18 -06:00
parent fd22de1a93
commit 672bc9c34a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 24 additions and 1 deletions

View File

@ -163,4 +163,16 @@
</div>
</div>
</p>
<p>
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse11" role="button" aria-expanded="false" aria-controls="collapse11">
<i class="fas fa-chevron-down mr-2"></i>
How many people can I tag or mention in my comments or posts?
</a>
<div class="collapse" id="collapse11">
<div>
You can tag or mention up to 5 profiles per comment or post.
</div>
</div>
</p>
@endsection

View File

@ -6,7 +6,7 @@
<h3 class="font-weight-bold">Timelines</h3>
</div>
<hr>
<p class="lead">Timelines are chronological feeds of posts from accounts you follow or from other instances.</p>
<p class="lead">Timelines are chronological feeds of posts.</p>
<p class="font-weight-bold h5 py-3">Pixelfed has 2 different timelines:</p>
<ul>
@ -26,4 +26,15 @@
<span class="font-weight-light text-muted">Timeline with posts from local and remote accounts - coming soon!</span>
</li> --}}
</ul>
<div class="py-3"></div>
<div class="card bg-primary border-primary" style="box-shadow: none !important;border: 3px solid #08d!important;">
<div class="card-header text-light font-weight-bold h4 p-4">Timeline Tips</div>
<div class="card-body bg-white p-3">
<ul class="pt-3">
<li class="lead mb-4">You can mute or block accounts to prevent them from appearing in timelines.</li>
<li class="lead mb-4">You can create <span class="font-weight-bold">Unlisted</span> posts that don't appear in public timelines.</li>
</ul>
</div>
</div>
@endsection