mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update site news nav
This commit is contained in:
parent
2f772ece1c
commit
eef62b4961
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,14 @@
|
||||||
<div class="container py-4">
|
<div class="container py-4">
|
||||||
<div class="col-12 d-flex justify-content-between border-bottom pb-1 px-0">
|
<div class="col-12 d-flex justify-content-between border-bottom align-items-center pb-3 px-0">
|
||||||
<div>
|
<div>
|
||||||
<p class="h4"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
|
<p class="h4 mb-0"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
|
||||||
</div>
|
</div>
|
||||||
<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/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>
|
<a href="/site/newsroom/archive" class="small text-muted text-decoration-none">Archive</a>
|
||||||
</div>
|
</div> --}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue