forked from mirror/pixelfed
Update Help Center
This commit is contained in:
parent
2a69775254
commit
d4514449fc
1 changed files with 19 additions and 16 deletions
|
@ -6,21 +6,24 @@
|
||||||
<h3 class="font-weight-bold">Hashtags</h3>
|
<h3 class="font-weight-bold">Hashtags</h3>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="card">
|
<p class="lead">A hashtag — written with a # symbol — is used to index keywords or topics.</p>
|
||||||
<div class="card-body">
|
<div class="py-4">
|
||||||
<div class="row">
|
<p class="font-weight-bold h5 pb-3">Using hashtags to categorize posts by keyword</p>
|
||||||
<div class="col-12 col-md-3 text-center">
|
<ul>
|
||||||
<div class="icon-wrapper">
|
<li class="mb-3 font-weight-lighter">People use the hashtag symbol (#) before a relevant phrase or keyword in their post to categorize those posts and make them more discoverable.</li>
|
||||||
<i class="far fa-question-circle fa-3x text-light"></i>
|
<li class="mb-3 font-weight-lighter">Any hashtags will be linked to a hashtag page with other posts containing the same hashtag.</li>
|
||||||
</div>
|
<li class="font-weight-lighter">Hashtags can be used anywhere in a post.</li>
|
||||||
</div>
|
</ul>
|
||||||
<div class="col-12 col-md-9 d-flex align-items-center">
|
|
||||||
<div class="text-center">
|
|
||||||
<p class="h3 font-weight-bold mb-0">This page isn't available</p>
|
|
||||||
<p class="font-weight-light mb-0">We haven't finished it yet, it will be updated soon!</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</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">Hashtag Tips</div>
|
||||||
|
<div class="card-body bg-white p-3">
|
||||||
|
<ul class="pt-3">
|
||||||
|
<li class="lead font-weight-lighter mb-4">You cannot add spaces or punctuation in a hashtag, or it will not work properly.</li>
|
||||||
|
<li class="lead font-weight-lighter mb-4">Any public posts that contain a hashtag may be included in search results or discover pages.</li>
|
||||||
|
<li class="lead font-weight-lighter">You can search hashtags by typing in a hashtag into the search bar.</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
Loading…
Reference in a new issue