pixelfed/resources/views/site/help/hashtags.blade.php

29 lines
1.5 KiB
PHP

@extends('site.help.partial.template', ['breadcrumb'=>'Hashtags'])
@section('section')
<div class="title">
<h3 class="font-weight-bold">Hashtags</h3>
</div>
<hr>
<p class="lead">A hashtag written with a # symbol — is used to index keywords or topics.</p>
<div class="py-4">
<p class="font-weight-bold h5 pb-3">Using hashtags to categorize posts by keyword</p>
<ul>
<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>
<li class="mb-3 font-weight-lighter">Any hashtags will be linked to a hashtag page with other posts containing the same hashtag.</li>
<li class="font-weight-lighter">Hashtags can be used anywhere in a post.</li>
</ul>
</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>
@endsection