forked from mirror/pixelfed
14 lines
645 B
PHP
14 lines
645 B
PHP
<div class="container py-4">
|
|
<div class="col-12 d-flex justify-content-between border-bottom align-items-center pb-3 px-0">
|
|
<div>
|
|
<p class="h4 mb-0"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
|
|
</div>
|
|
<div>
|
|
<a class="btn btn-outline-secondary btn-sm py-1" href="/"><i class="fas fa-chevron-left fa-sm text-lighter mr-2"></i> Back to Pixelfed</a>
|
|
</div>
|
|
{{-- <div>
|
|
<a href="/site/newsroom/search" class="small text-muted mr-4 text-decoration-none">Search Newsroom</a>
|
|
<a href="/site/newsroom/archive" class="small text-muted text-decoration-none">Archive</a>
|
|
</div> --}}
|
|
</div>
|
|
</div> |